As I dive into the demos on the angular.js website, one aspect that caught my attention is the lack of explicit model/properties definition compared to other frameworks like durandal.
For instance, how can we access the property "yourName" in a particular example without having it declared beforehand? It's puzzling because there doesn't seem to be a traditional model setup in place. (tutorial 1)
In another scenario, we use the variable "todoText" even though it hasn't been defined in the model. How does Angular manage to handle this? (tutorial 2)
It appears there are intricacies in Angular that I'm not fully grasping yet. Please guide me if I'm misconstruing any concepts.