angularjs-ej1-demos/grid/filtering.js

5 строки
113 B
JavaScript

syncApp.controller('PhoneListCtrl', function ($scope,$rootScope) {
$scope.data = window.gridData;
});