angular-dynamic-locale
angular-dynamic-locale copied to clipboard
Error "$rootScope.$applyAsync is not a function" with Angular.js 1.2.13
With the latest release 0.1.29, the error "$rootScope.$applyAsync is not a function" is thrown when having "angular-dynamic-locale" as a dependency, at least for projects based on Angular.js 1.2.13. Newer versions of angular do not seem to cause the same issue.
Hi, sorry, it look like this api was added in angular 1.3. Will update the docs as 1.2 users will have to use version 0.1.28 or earlier. Thanks for reporting this!
On Thursday, November 26, 2015, Florian Sonnenburg [email protected] wrote:
With the latest release 0.1.29, the error "$rootScope.$applyAsync is not a function" is thrown when having "angular-dynamic-locale" as a dependency, at least for projects based on Angular.js 1.2.13. Newer versions of angular do not seam to show the same issue.e
— Reply to this email directly or view it on GitHub https://github.com/lgalfaso/angular-dynamic-locale/issues/82.
$applyAsync is for angular >= 1.3. Do you really need to use it, or It could be replaced with $evalAsync / $apply? Everyone running angular < 1.3 will have the same issue.
+1
+1
+1
+1
+1