Tag: AngularJS filter

AngularJS Filter

  myApp.controller('DashBoardController', ['$scope', function($scope) { $scope.profiles = [{ id: '1', firstname: 'ณเดชน์', lastname: 'คูกิมิยะ', nickname: 'ณเดชน์' }, { id: '2', firstname: 'เจษฎาภรณ์', lastname: 'ผลดี', nickname: 'ติ๊ก' }, { id: '3',…