-
Randall Leeds authored
In Angular v1.2 what has actually changed about isolate scopes is that only the directive declaring isolation gets the isolate scope. Its template will inherit this scope, but other directives on the element will not. That's the reason ngModel now works with `$parent`. Everywhere we were binding the controller to the scope it's easier to use the isolate binding with `=ngModel`.
52673232