ngtable Questions
1
Solved
i have following code for ng-table:see plunker
var app = angular.module('main', ['ngTable']).
controller('DemoCtrl', function($scope, $filter, ngTableParams) {
var data = [{name: "Moroni", age: ...
Brilliantine asked 21/9, 2014 at 11:31
3
Solved
I'm trying to apply the ngTable directive to my Rails app, but can't get it right. I'm still a newbe in angular and this directive seems very poorly documented (though has a great variety of nice e...
Samson asked 6/6, 2014 at 10:27
1
Solved
I'm new to AngularJS and got stucked in displaying the data when using ng-Table coming from a service. I'm getting an error
TypeError: Cannot call method 'slice' of undefined
at Object.$scope.tab...
© 2022 - 2024 — McMap. All rights reserved.