Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 850cdf7

Browse files
committed
Upgrade angular (1.3.10 -> 1.3.13) (fixes #738)
This was a bug in angular which caused `element.off("click.adh_href")` remove too many click events. This is fixed in angular/angular.js#10866 in version 1.3.11 .
1 parent a0090dd commit 850cdf7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/adhocracy_frontend/checkcode_and_compile.cfg

+5-5
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ update-command = ${:command}
196196
recipe = bowerrecipe
197197
packages =
198198
jquery#1.11.1
199-
angular#1.3.10
200-
angular-animate#1.3.10
201-
angular-aria#1.3.10
202-
angular-messages#1.3.10
199+
angular#1.3.13
200+
angular-animate#1.3.13
201+
angular-aria#1.3.13
202+
angular-messages#1.3.13
203+
angular-route#1.3.13
203204
angular-cache#3.2.5
204205
angular-elastic#2.4.2
205-
angular-route#1.3.10
206206
angular-scroll#0.6.4
207207
angular-translate#2.6.0
208208
angular-translate-loader-static-files#2.6.0

0 commit comments

Comments
 (0)