You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2018. It is now read-only.
When the above function is run the result is placed in the wrong location in app.js causing the solution to break with the following result
.when('/test', {
templateUrl: 'views/test.html',
controller: 'TestCtrl'
})
'use strict';
/**
fireTestApp
*/
angular.module('fireTestApp', [
'ngAnimate',
'ngCookies',
'ngResource',
'ngRoute',
'ngSanitize',
'ngTouch',
'firebase',
'firebase.utils',
'simpleLogin'
]);