GITLAB
Eric Fernandez
/ foca-login
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a1a13ea1471cf9de856245ddf1cb3108616eb992
Authored by
Eric Fernandez
2019-01-16 12:52:04 -0300
1 parent
5d9ded8902
Exists in
master
factory
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/service.js
Side-by-side Diff
Inline Diff
src/js/service.js
Diff comments
View file @
a1a13ea
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 {