Angular Ng-Table Sort&分页

时间:2015-04-22 04:16:14

标签: json angularjs angularjs-ng-repeat ngtable

我在使用Ng-table进行排序时遇到问题,并且包含了对js的分页。我的angular.module会如图所示通过吗?

angular.module('myApp').controller('myController', 
['$scope', '$http', function ($scope, $http, $filter, ngTableParams)
{
    var data = $scope.stuff = {
    "Monday": [{
        "Name": "John",
        "Address": "Street",
        "Phone": "111",
        "Status": "Sleep",
        "Kids":"3 Kids"
},......

此处a link。搜索星期一&周二价值观。

0 个答案:

没有答案