angularjs-google-maps
angularjs-google-maps copied to clipboard
Restrict Component is not working
I am trying to restrict cities of Australia but unable to work here is my code.
and here is the controller: function ShippingCalculatorController ($scope) { var shipping = this;
shipping.placesOptions = { componentRestrictions: {country: 'au'}, strictBounds: true };
I have also tried
$scope.placesOptions = { componentRestrictions: {country: 'au'}, strictBounds: true };
but not working.
@mushahid-vizteck — Would you be able to create a plunk for this on http://plnkr.co? Thanks!