commit | 866c1f6ac92c31699f30271e680d09a518e58e3c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Jan 28 15:04:20 2016 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Jan 28 15:04:20 2016 -0800 |
tree | 2d221f68d11068f54343cd755e345fb893af6b00 | |
parent | 67962ea4ce20078f57fb2356d026870926cd1db9 [diff] [blame] |
Added wiredep to automatically load bower deps in index.html
diff --git a/applications/subscriberPortal/bower.json b/applications/subscriberPortal/bower.json index 32241cd..4283a27 100644 --- a/applications/subscriberPortal/bower.json +++ b/applications/subscriberPortal/bower.json
@@ -21,6 +21,7 @@ "jquery": "~2.2.0", "angular-resource": "~1.4.9", "angular-route": "~1.4.9", - "angular-cookies": "~1.4.9" + "angular-cookies": "~1.4.9", + "bootstrap-css": "~3.3.6" } }