Let's say you want to host domains first.com and second.com.
Create folders for their files:
| angular.module('App', ['ionic', 'ngCordova', 'ngAnimate', 'ngCordovaOauth', 'firebase']) | |
| .run(['$ionicPlatform', | |
| '$rootScope', | |
| '$firebaseAuth', | |
| function($ionicPlatform, $rootScope, $firebaseAuth) { | |
| $ionicPlatform.ready(function() { | |
| if(window.cordova && window.cordova.plugins.Keyboard) { | |
| // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard |