November 23, 2017
Example 3: Products Show Room With Searching and Sorting
For this example, we will show you how to list the records in table format with header sorting and keyword auto-complete searching functions. Please follow below steps: Update C:\workspace_ionic\itBlogsApp\www\js\app.js , add below code after .state(‘app.shop’ .state(‘app.productlists’, { url: ‘/productlists’, views: { ‘menuContent’: { templateUrl: ‘templates/productlists.html’, controller: ‘ProductListsController’ } } })