title: OBSERVE
samplename: observe
sampleurl: https://github.com/MikeMitterer/dart-material-design-lite/tree/master/samples/mdld_observe/web
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Customized 'ObservableProperty'
Now it's:
Observes Object (_Name) with 'null' check
{{! ----- Turn off default mustache interpretation (sitegen) ---- }} {{= | | =}}
Firstname: {{first}},
Last name: {{last}}
Text in DIV
|= {{ }} =| {{! ----- Turn on mustache ---- }}
Observable-List
Wait 2 secs - A timer will add 10 more List-Items!
If you "REMOVE" "German" - it will be replace with "Austrian"
Nr. of records:
{{! ----- Turn off default mustache interpretation (sitegen) ---- }} {{= | | =}}
Language: {{language.name}} ({{language.type}})
|= {{ }} =| {{! ----- Turn on mustache ---- }}