ng-country-select icon indicating copy to clipboard operation
ng-country-select copied to clipboard

[Feature Request] Expose Countries Object for Use in Other Areas of Application

Open smilingkylan opened this issue 8 years ago • 0 comments

This is just a suggestion, not really a bug. I have a form somewhat deep in my application where users pick their country from the country-select directive. On the homepage, however, I have a table showing different submissions and their associated countries. Currently I can only use the ISO country code that was submitted via the country-select directive.

Would there be a good way to expose the allCountries object (with all of the codes and associated country name) earlier in the application? It seems like it only becomes publicly available when the country-select directive is instantiated (ie when the app produces the

smilingkylan avatar Aug 27 '16 18:08 smilingkylan