diff --git a/example/web/paper.html b/example/web/paper.html index 3e2ea0de4..167b712fb 100644 --- a/example/web/paper.html +++ b/example/web/paper.html @@ -12,15 +12,18 @@ href="bower_components/paper-progress/paper-progress.html"> +
This is a simple component that doesn't generate events; the only things that is required is property binding
The max ({{max}}) and value ({{curValue}}) properties are bound through bind-* semantics
@@ -37,7 +40,7 @@The checkbox will generate an event every time the value is changed
AngularDart can listen to these events through the on-* syntax
@@ -45,5 +48,12 @@Every the value changes, the curValue ({{curValue}}) scope variable will update
+ +The slide is bound to the curValue scope variable ({{curValue}})
+ +