angular-match
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,2 +0,2 @@ | ||
/*! Angular match v1.0.0 | (c) 2014 Greg Bergé | License MIT */ | ||
/*! Angular match v1.0.1 | (c) 2014 Greg Bergé | License MIT */ | ||
@@ -3,0 +3,0 @@ angular |
@@ -1,3 +0,3 @@ | ||
/*! Angular match v1.0.0 | (c) 2014 Greg Bergé | License MIT */ | ||
/*! Angular match v1.0.1 | (c) 2014 Greg Bergé | License MIT */ | ||
function matchDirective(){return{restrict:"A",require:"ngModel",link:function(a,b,c,d){a.$watch(function(){return[a.$eval(c.match),d.$viewValue]},function(a){d.$setValidity("match",a[0]===a[1])},!0)}}}angular.module("match",[]).directive("match",["$parse",matchDirective]); | ||
//# sourceMappingURL=angular-match.min.js.map |
{ | ||
"name": "angular-match", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Validate if two inputs match the same value.", | ||
@@ -9,2 +9,3 @@ "homepage": "https://github.com/neoziro/angular-match", | ||
], | ||
"main": "angular-match.js", | ||
"license": "MIT", | ||
@@ -11,0 +12,0 @@ "ignore": [ |
{ | ||
"name": "angular-match", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Validate if two inputs match the same value.", | ||
@@ -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
6987
121