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.
ng-switch/ng-include does not appear to work with isolated scope in the latest Angular snapshot. This appears to be a breaking change with 1.2
Please see the plunker http://plnkr.co/edit/5phNw5?p=preview
In script.js, if you change the scope of the "masterform" directive to isolated scope, you will see that it no works.
I looked at the following for background on how to fix for 1.2 but I am unable to get it to work with isolated scope. #3584 (comment)
Hi
ng-switch/ng-include does not appear to work with isolated scope in the latest Angular snapshot. This appears to be a breaking change with 1.2
Please see the plunker http://plnkr.co/edit/5phNw5?p=preview
In script.js, if you change the scope of the "masterform" directive to isolated scope, you will see that it no works.
I looked at the following for background on how to fix for 1.2 but I am unable to get it to work with isolated scope. #3584 (comment)
This same scenario worked in 1.15 and prior as I used it to create re-usable widgets like below http://plnkr.co/edit/dNnKmm?p=preview
Thanks
-Rao
The text was updated successfully, but these errors were encountered: