This repository was archived by the owner on May 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iron-validator-behavior" ,
3
- "version" : " 0.8 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"authors" : " The Polymer Authors" ,
5
5
"keywords" : [
6
6
" web-components" ,
19
19
"homepage" : " https://github.com/PolymerElements/iron-validator-behavior" ,
20
20
"ignore" : [],
21
21
"dependencies" : {
22
- "polymer" : " Polymer/polymer#v0.8 .0-rc.7 " ,
23
- "iron-meta" : " PolymerElements/iron-meta#^0.8 .0"
22
+ "polymer" : " Polymer/polymer#v0.9 .0-rc.1 " ,
23
+ "iron-meta" : " PolymerElements/iron-meta#^0.9 .0"
24
24
},
25
25
"devDependencies" : {
26
- "iron-component-page" : " PolymerElements/iron-component-page#^0.8 .0" ,
27
- "paper-styles" : " PolymerElements/paper-styles#^0.8 .0" ,
28
- "test-fixture" : " PolymerElements/test-fixture#^0.8 .0" ,
26
+ "iron-component-page" : " PolymerElements/iron-component-page#^0.9 .0" ,
27
+ "paper-styles" : " PolymerElements/paper-styles#^0.9 .0" ,
28
+ "test-fixture" : " PolymerElements/test-fixture#^0.9 .0" ,
29
29
"web-component-tester" : " *" ,
30
30
"webcomponentsjs" : " Polymer/webcomponentsjs#^0.6.0"
31
31
}
Original file line number Diff line number Diff line change 39
39
</ head >
40
40
< body >
41
41
42
- < template is ="x-autobind ">
42
+ < template is ="dom-bind ">
43
43
44
44
< cats-only > </ cats-only >
45
45
106
106
107
107
var validator = new Polymer . IronMeta ( { type : 'validator' } ) . byKey ( 'cats-only' ) ;
108
108
109
- var scope = document . querySelector ( 'template[is=x-autobind ]' ) ;
109
+ var scope = document . querySelector ( 'template[is=dom-bind ]' ) ;
110
110
scope . valid = scope . validMulti = scope . validForm = true ;
111
111
112
112
scope . _onInput = function ( event ) {
You can’t perform that action at this time.
0 commit comments