You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lead to the library not working recently because it installed angular-sanitize#1.6.3, which depends on angular 1.6. I get the following error from it.
TypeError: undefined is not a constructor (evaluating 'angular.module('ngSanitize', [])
.provider('$sanitize', $SanitizeProvider)
.info({ angularVersion: '1.6.3' })')
at [sic]/bower_components/angular-sanitize/angular-sanitize.js:557
I think this will break for everyone not using angular 1.6, as info() was only added to angular.module in 1.6.
The text was updated successfully, but these errors were encountered:
I have made a fork here
It incorporates the latest changes to work with 1.6. It also adds a feature for nested json language files.
You can install it via bower using bower install angular-localization-spiria --save
Let me know if there are any issues.
I'm using angular-localize#1.2.1 with angular#1.2.28. The bower.json dependencies is as follows:
This lead to the library not working recently because it installed angular-sanitize#1.6.3, which depends on angular 1.6. I get the following error from it.
I think this will break for everyone not using angular 1.6, as
info()
was only added toangular.module
in 1.6.The text was updated successfully, but these errors were encountered: