Skip to content

Commit d88504a

Browse files
author
Timothy E. Johansson
committed
Removed the $http service.
1 parent c9ed8f8 commit d88504a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angularjs.userapp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var userappModule = angular.module('UserApp', []);
4646
};
4747

4848
// Authentication service
49-
userappModule.factory('user', function($rootScope, $location, $injector, $log, $timeout, $q, $http) {
49+
userappModule.factory('user', function($rootScope, $location, $injector, $log, $timeout, $q) {
5050
var user = {};
5151
var appId = null;
5252
var options = null;

0 commit comments

Comments
 (0)