Это мое представление HTML
Код: Выделить всё
{{ x.Name }}
{{ x.Id }}
Cancel
Код: Выделить всё
$scope.countChecked = function(){
var count = 0;
angular.forEach($scope.jobs, function(){
if (checked) count++;
});
return count;
}
Подробнее здесь: https://stackoverflow.com/questions/398 ... -angularjs
Мобильная версия