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

Updated bower.json "main: " to reference the file with the templates … #6

Open joshrizzo opened 7 years ago

joshrizzo commented 7 years ago

Certain tasks like grunt-injector will reference the main file defined in bower.json to determine what source file to embed in your project. Referencing src/index.js breaks this as this file does not have the templates embedded in it. I switched the reference to the file that works, so that the correct file is included.