angular-middle-ellipses
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,1 +5,5 @@ # Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
### 1.0.1 | ||
- Support strict dependency injection mode |
@@ -38,3 +38,3 @@ /* | ||
AngularMiddleEllipses.filter('middleEllipses', function(MIDDLE_ELLIPSES_CHARACTER) { | ||
AngularMiddleEllipses.filter('middleEllipses', ['MIDDLE_ELLIPSES_CHARACTER', function(MIDDLE_ELLIPSES_CHARACTER) { | ||
@@ -86,4 +86,4 @@ /** | ||
}); | ||
}]); | ||
module.exports = MODULE_NAME; |
{ | ||
"name": "angular-middle-ellipses", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Truncate a string by showing an ellipses in the middle", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20140