| commit | 0f9b085325831923c9322cda307b41617626ec53 | [log] [tgz] |
|---|---|---|
| author | Matteo Scandolo <teo@onlab.us> | Wed Jan 27 13:51:07 2016 -0800 |
| committer | Matteo Scandolo <teo@onlab.us> | Wed Jan 27 13:51:07 2016 -0800 |
| tree | e3bad20950b06b27f3339f75ba0c38bfb336e288 | |
| parent | 0bac32dd234952b5ab955145629bc36afda8dfda [diff] [blame] |
Added a basic login system
diff --git a/views/ngXosViews/subscriberPortal/bower.json b/views/ngXosViews/subscriberPortal/bower.json index 97332ba..32241cd 100644 --- a/views/ngXosViews/subscriberPortal/bower.json +++ b/views/ngXosViews/subscriberPortal/bower.json
@@ -20,6 +20,7 @@ "angular-animate": "~1.4.9", "jquery": "~2.2.0", "angular-resource": "~1.4.9", - "angular-route": "~1.4.9" + "angular-route": "~1.4.9", + "angular-cookies": "~1.4.9" } }