javascript - Filtering view with AngularJS -
i have view whereby using ng-repeat populate couple of labels on screen. have search , using angular filter filter items in list.
the issue when enter keyword in search bar, not search keyword in values binding in view, rather in whole json object being used render ng-repeat list. there way tell angular particular keyword in values bound view, rather json object? new angular, not sure if easy config or of sort.
Comments
Post a Comment