update the libraries of the client app
authorrougeronj
Thu, 11 Jun 2015 15:38:19 +0200
changeset 171 903d6f504f71
parent 170 533a98367f99
child 172 ffdfe491869c
update the libraries of the client app
client/bower.json
--- a/client/bower.json	Thu Jun 11 15:37:51 2015 +0200
+++ b/client/bower.json	Thu Jun 11 15:38:19 2015 +0200
@@ -15,12 +15,13 @@
     "tests"
   ],
   "dependencies": {
-    "angular": "~1.3",
-    "angular-route": "~1.3",
-    "angular-resource": "~1.3",
-    "angular-bootstrap": "~0.11.0",
-    "angular-ui-sortable": "~0.13.3",
-    "bootstrap": "~ 3.3.4",
-    "angular-touch": "~1.4.0"
+    "angular": "~1.4.0",
+    "angular-route": "~1.4.0",
+    "angular-resource": "~1.4.0",
+    "angular-bootstrap": "~0.13.0",
+    "angular-ui-sortable": "~0.13.4",
+    "bootstrap": "~3.3.4",
+    "angular-touch": "~1.4.0",
+    "angular-messages": "~1.4.0"
   }
 }