tim7004
tim7004
Dear All, I am using the example code: ``` ``` how to display default image if link is broken? Thank you~
Dear all, Below is my code: ``` function successGetData(data) { $scope.myData = data; } $scope.getUnMatchedBets = function () { var resource=$resource('http://example.com/content/testing_data.json',{},{'get':{method:'GET',isArray:true}}) $scope.promise = resource.get({}, successGetData).$promise; }; ``` And the testing_data.json...
Dear all, I have using $http.get (but not using ajax in table) to get the data inside my data.json file. It is so fast to get the data and I...
Dear all, I would like to load and show my data which is about 1000+ rows by using ajax but it is very slow. Then I use virtual repeat but...
Dear All, When I set columnSelector to true in table-card, a gear will be shown in the header. I want to add a custom icon/button next to it, what can...