<input type="text" value="{{material.count}}" ng-model="materialsCount[$index]" ng-data-id="{{material.id}}" ng-change="ChangeMaterial($event, {{material.id}}, materialsCount[$index])"> от чего $event может быть undefined?
<input type="text" value="{{material.count}}" ng-model="materialsCount[$index]" ng-data-id="{{material.id}}" ng-change="ChangeMaterial($event, {{material.id}}, materialsCount[$index])"> от чего $event может быть undefined?
<input type="text" value="{{material.count}}" ng-model="materialsCount[$index]" ng-data-id="{{material.id}}" ng-change="ChangeMaterial($event, {{material.id}}, materialsCount[$index])"> от чего $event может быть undefined?
Всем привет, как применить фильтр для repeat'a, что бы он включил элементы, которые находятся в другой коллекции? Типо того: ng-repeat="user in users | filter : { id : ids }"