angularjs-google-maps icon indicating copy to clipboard operation
angularjs-google-maps copied to clipboard

Restrict Component is not working

Open mushahid-vizteck opened this issue 7 years ago • 1 comments

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 avatar Mar 06 '18 14:03 mushahid-vizteck

@mushahid-vizteck — Would you be able to create a plunk for this on http://plnkr.co? Thanks!

jvandemo avatar Mar 14 '18 07:03 jvandemo