angular-localization
angular-localization copied to clipboard
angular-localization does not work with Angular 1.6.2
code is using promise.success() instead of promise..then()
here is the error: TypeError: c.get(...).success is not a function at p (http://localhost:9002/bower_components/angular-localization/angular-localization.min.js:8:1270) at q (http://localhost:9002/bower_components/angular-localization/angular-localization.min.js:8:1637) at http://localhost:9002/bower_components/angular-localization/angular-localization.min.js:8:1872 at Array.forEach (native) at Object.r [as ready] (http://localhost:9002/bower_components/angular-localization/angular-localization.min.js:8:1845)
you just need to use the latest Angular-Localization v1.6 which supports the new .then() instead of .success() you may now download it from here until it got released officially : https://drive.google.com/file/d/0B6ppbyCzTs4tOUpPSUhWYTZTVmc/view?usp=sharing
@andrewsaad, your link doesn't work for me. Do you have an alternative source? Do you have an idea when angular-localization will support 1.6?
Thank you
Angular-localization do support angular V1.6, but only the source code has the updates, not the distributed one yet, however.. I've updated the url for v1.6, it's working now.