Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
validate method supports multiple validators in validatable
Browse files Browse the repository at this point in the history
test for multiple validator support

fixed required check

resolutions bower
  • Loading branch information
tlouisse committed Sep 8, 2016
1 parent 2b4ed1d commit 2c8500a
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 278 deletions.
6 changes: 5 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ignore": [],
"dependencies": {
"iron-a11y-announcer": "PolymerElements/iron-a11y-announcer#^1.0.0",
"iron-validatable-behavior": "PolymerElements/iron-validatable-behavior#^1.0.0",
"iron-validatable-behavior": "https://github.com/tlouisse/iron-validatable-behavior.git#feature/multipleValidators",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
Expand All @@ -31,5 +31,9 @@
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"iron-validatable-behavior": "feature/multipleValidators",
"iron-validator-behavior": "feature/multipleValidators"
}
}
Loading

0 comments on commit 2c8500a

Please sign in to comment.