From bd95ba16d5ef0852f1bff436a320e869c9700130 Mon Sep 17 00:00:00 2001
From: James deBoer 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-* semanticsPolymer components inside a AngularDart app
- paper-progress
+ Property binding: paper-progress
paper-progress
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}})
+ +