Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

mitchwinn/angular-select-state

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-state

bower

bower install angular-select-state

Usage

Add the dependancy to your app module:

angular.module('someApp', ['selectState'])

Add the following in your html <form></form> tags:

<select-state></select-state>

About

An AngularJS module that generates a list of US states using the HTML select tag.

Resources

License

Stars

Watchers

Forks

Packages

No packages published