Country select is an AngularJS directive for picking countries from a list.
It uses the same countries this gem does. I'll try keeping the list up-to-date.
- Add the markup
<country-select data-ng-model="selectedCountry"></country-select>
- Add the dependency to your app's module
angular.module('myApp', ['countrySelect']);