This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
in 1.3.16 ng-repeat filter changed from not filtering the absent fields to filtering them #12060
Closed
Description
in 1.3.15 we have working code like this:
<div data-ng-controller="UserController as vm"
<div ng-include="'modules/users/views/usersTable.template.client.view.html'">
where the ng-view included can see and use the vm object.
Update to 1.3.16 breaks this and ng-view creates a new scope object. Hence the vm used inside the included code is not same object.