Hi, I have a function that searches a list for the occurrence of any string typed in the field that is passed as its parameter, it works fine for fetching these strings:
$scope.$watch('q', function(newValue, oldValue) {
if (oldValue != n...
asked by
23.11.2016 / 17:07