Sorry, a little new here.
I am simply trying to get Google Places Autocomplete search bar in my Ionic app. When I create a blank app, it works without problem.
When I create a new tabs project, however, it does not work. I have my function inside of a HTML template, and I've tried putting the script tag that grabs the api both in the of the index page and inside the template where the function is. Neither work for me. I think the routing has something to do with it.
I am not sure if the function should be inside a controller or not. Only certain functions go inside controllers, functions that deal with $scope????? Can somebody help clear this up too?