james-huston / angular-directive-select-usstate

An angular directive for creating a dropdown of us states.
Apache License 2.0
9 stars 9 forks source link

Added explicit dependency injection declaration of controller parameters. Removed jQuery dependency. #3

Closed rickhuizinga closed 10 years ago

rickhuizinga commented 10 years ago

Changes:

james-huston commented 10 years ago

Thanks for the updates and the pull request. Let me know if there is anything I can do to make it better!

rickhuizinga commented 10 years ago

Thanks James.

The 0.2.1 release tag did not get merged with the pull request. Could you tag a new release for 0.2.1? (The package.json & bower.json already have the 0.2.1 version, so the new release tag only needs to be applied to the repository.)

Thanks.

james-huston commented 10 years ago

Sorry for the delay, busy week. This tag should be created and available now.

James