This repository was archived by the owner on May 29, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 6.7k
FAQ
Pawel Kozlowski edited this page Jun 30, 2013
·
11 revisions
This is a scoping issue. Many directives from this repository are creating a new scope. This means that your ngModel binding gets evaluated in the context of a new, child scope, and not in the context of an original scope. As a quick rule of thumb you should always have a dot as part of your ngModel expression. In depth discussion of the topic can be found here: