diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-05 19:35:38 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-05 19:35:38 +0100 |
| commit | cca5df968e3598b07ee81c1f7f2680f5b9120ec3 (patch) | |
| tree | 4c8d236f4a49b4daab91ced8b78f5c407e7a8f39 /client/index.html | |
| parent | a16df328c05b3ac005a3c05237a069786b8d5d6f (diff) | |
Add sharedProfile service
Diffstat (limited to 'client/index.html')
| -rw-r--r-- | client/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index a4845e8..013b1b4 100644 --- a/client/index.html +++ b/client/index.html @@ -71,6 +71,9 @@ <script src="./vendors/angularjs/angular-sanitize.min.js"></script> <script src="./js/app.js"></script> + <!-- Include services --> + <script src="./js/services/sharedProfile.js"></script> + <!-- Include resquest dependencies --> <script src="./js/requests/identity.js"></script> @@ -79,7 +82,8 @@ <script src="./js/controllers/status.js"></script> <script src="./js/controllers/home/main.js"></script> <script src="./js/controllers/network/main.js"></script> - + + |
