Hi,
I am new to ionic v1…Can anyone tell me how to autopopulate states of “US” in application.
Hi,
I am new to ionic v1…Can anyone tell me how to autopopulate states of “US” in application.
You can call($http.get) any website/api that returns the states data. For example, https://gist.githubusercontent.com/mshafrir/2646763/raw/8b0dbb93521f5d6889502305335104218454c2bf/states_hash.json call this and get the JSON data or you can copy and paste it in your project and refer it anytime.