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

Commit

Permalink
changed error attr from 'name' to 'validator'
Browse files Browse the repository at this point in the history
added resolutions

documentation error message markup

added resolution

demo page name

adjusted formatting, trying to make diffing easier in github

minimize diff
  • Loading branch information
tlouisse committed Sep 12, 2016
1 parent f1459c3 commit b0d17a9
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 230 deletions.
3 changes: 3 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"paper-input": "feature/multipleValidators",
"iron-validator-behavior": "feature/multipleValidators",
"iron-input": "feature/multipleValidators",
"iron-validatable-behavior": "feature/multipleValidators"
}
}
2 changes: 1 addition & 1 deletion demo/old-vs-new/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>tgc-forms Demo</title>
<title>Multiple validators - Before and after</title>
<script src="../../../webcomponentsjs/webcomponents-lite.min.js"></script>

<link rel="stylesheet" href="../../../prism/themes/prism.css">
Expand Down
Loading

0 comments on commit b0d17a9

Please sign in to comment.