How to work input search in list text

Hello Sir,
I have used
image

My code

My Controller is
.controller(‘SignInCtrl’, function($scope, $state, $http, $rootScope, $ionicLoading, $timeout,$ionicPopup,$filter,$cordovaSQLite,$cordovaDevice) {})

I did not write anything in my controller for search.

How to input field search item and palace it top ?
Please help me…

You could use ng-show and a filter.

ng-show="([a] | filter:query).length > 0"

a lat of thanks. It is now working

1 Like