forked from angular-ui/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Pawel Kozlowski edited this page Jun 30, 2013
·
5 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: