angular-ec-callout
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -36,3 +36,3 @@ /* | ||
var moduleName = 'angular-ec-callout'; | ||
var mod = angular.module(moduleName, ['ngAnimate']); | ||
var mod = angular.module(moduleName, []); | ||
@@ -39,0 +39,0 @@ mod.factory('ecCalloutService', ['$rootScope', function($rootScope) { |
{ | ||
"name": "angular-ec-callout", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"author": "Emil Cieslar <cieslar@webkreativ.cz>", | ||
"main": "dist/angular-ec-callout.js", | ||
"description": "Reusable callout (notification) directive and service. Use it whenever you need to display a (success, error or whatever) message to a user. Does not need jQuery.", | ||
"devDependencies": { | ||
"angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.0", | ||
"angular-animate": "1.5.x" | ||
"peerDependencies": { | ||
"angular": ">= 1.4.0-beta.0 || >= 1.5.0-beta.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
0
10328
1