Postingan lainnya
pemahaman angular
ada yang bisa menjelaskan dari mana dan apa maksud (x) dalam $scope.orderByMe = function(x) $scope.myOrderBy = x; disini ? thx
Click the table headers to change the sorting order:
NameCountry{{x.name}}{{x.country}}
0
2 Jawaban:
x = name x = country why? orderByMe('name') orderByMe('country') $scope.orderByMe = function(x) { } x = parameter dari orderByMe(....) Bingung? Pelajari dikit2 bro...
0
oh itu layaknya paramater toh? sempet bingung juga sama custom filter & service , masih merangkak ini gan, makasih buat jawabnya :D
0