You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When you use ng-include people are assuming that the view that is included has full access to everything the parent view has. In fact it has! However, ng-include creates a new scope and therefore all the primitive values on the parent scope become readonly values for the included view.