meriam
meriam
you can do this yourself with an ng-change on your input for filtering.. and in the ng-change set the page to 1
i'm having the same error. But for the record you have a typo ooptions='searchbox.options'
it works for me after i remove $scope.searchbox={...} from this block : uiGmapGoogleMapApi.then(function(maps) {..};
if you are defining $scope.searchbox = {..} after you load the google maps sdk in your controller uiGmapGoogleMapApi.then(function(maps){ .. }); you will run into this issue. Because before the sdk...
that's not the problem it seems.. that line is a comment, in the second line he types it correctly `` ``
Thank you for reporting @cmdares, we will look into it
thank you for reporting @nocturnaltortoise we will look into this.