Anytime chux. I am a little confused by this comment as the main plunk i showed you used a localized scope variable without any dot notation and it works.
@ioudas I’m still too confused I’ve purchased “mastering web application development with angular js” from packtpub and, in page 19 (regarding to two-way data binding):
“Avoid direct bindings to scope’s properties. Two-way data binding to object’s properties (exposed on a scope) is a preferred approach.
As a rule of thumb, you should have a dot in an expression provided to the ng-model directive (for example, ng-model=“thing.name”).”
As I’m very new to angular, I will do that that way until I’m more confident. Thanks!