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 has been archived by the owner on Apr 12, 2024. It is now read-only.
Hi.
I've got an issue while moving from 1.0.8 to 1.2.1
The issue is this. Now I can not use controller scope in included template if I use constructs like this:
I expect both templates to output digits '2' then '1'. But the second demo is showing only '2'.
That's because controller's scope is nested in include's one, like on this screenshot: http://grab.by/sdLc
The text was updated successfully, but these errors were encountered:
Hi.
I've got an issue while moving from 1.0.8 to 1.2.1
The issue is this. Now I can not use controller scope in included template if I use constructs like this:
There are to jsbins for testing that:
http://jsbin.com/UBaXumED/2/edit?html,js,output is using AngularJS 1.0.8
and
http://jsbin.com/AMaqUMuz/2/edit?html,js,output is using AngularJS 1.2.1
I expect both templates to output digits '2' then '1'. But the second demo is showing only '2'.
That's because controller's scope is nested in include's one, like on this screenshot:
http://grab.by/sdLc
The text was updated successfully, but these errors were encountered: