0.0.5 • Published 10 years ago
angular-select-state v0.0.5
angular-select-state
An AngularJS module that generates a list of US states using the HTML select tag. This is based on the angular module ng-country-select repository.
Install
npm
npm install angular-select-statebower
bower install angular-select-stateUsage
Add the dependancy to your app module:
angular.module('someApp', ['selectState'])Add the following in your html <form></form> tags:
<select-state></select-state>