angular-translate-once
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "angular-translate-once", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"authors": [ | ||
@@ -5,0 +5,0 @@ "Atticus White <contact@atticuswhite.com>" |
@@ -10,3 +10,2 @@ module.exports = function (config) { | ||
'bower_components/angular-translate/angular-translate.js', | ||
'test/polyfill.js', | ||
'src/*.js', | ||
@@ -13,0 +12,0 @@ 'test/**/*.spec.js' |
{ | ||
"name": "angular-translate-once", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Angular translate one-time directive", | ||
@@ -5,0 +5,0 @@ "main": "src/translate-once.js", |
@@ -16,3 +16,3 @@ (function () { | ||
angular.module(MODULE_NAME).directive(namedDirective, ['$parse', '$translate', | ||
TranslateOnceAttributeDirective.bind(undefined, attribute)]); | ||
angular.bind(undefined, TranslateOnceAttributeDirective, attribute)]); | ||
}; | ||
@@ -19,0 +19,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12939
11
202