Commit a1a13ea1471cf9de856245ddf1cb3108616eb992

Authored by Eric Fernandez
1 parent 5d9ded8902
Exists in master

factory

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
1 1 angular.module('focaLogin')
2   - .service('focaLoginService', [
  2 + .factory('focaLoginService', [
3 3 '$http', 'API_ENDPOINT', 'APP', '$cookies',
4 4 function($http, API_ENDPOINT, APP, $cookies) {
5 5 return {