From 614d84c4159d27cc49bc5b24f1db1250014b3c02 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 10 Jul 2014 14:53:24 -0300 Subject: [PATCH 1/2] Fix angular version to 1.2.16 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 068b61a46..c8e234dbe 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "multisignature" ], "dependencies": { - "angular": "~1.2.x", + "angular": "=1.2.16", // our coustom noFractionNumber filter is not compatible with higher versions. "angular-foundation": "*", "angular-route": "~1.2.14", "angular-qrcode": "~3.1.0", From ef574f9c8e3981851db653fbefb5f18d1d825418 Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 10 Jul 2014 17:22:10 -0300 Subject: [PATCH 2/2] Update angular to 1.2.19 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c8e234dbe..fb1e4c22a 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "multisignature" ], "dependencies": { - "angular": "=1.2.16", // our coustom noFractionNumber filter is not compatible with higher versions. + "angular": "=1.2.19", "angular-foundation": "*", "angular-route": "~1.2.14", "angular-qrcode": "~3.1.0",