darylrowland / angucomplete

AngularJS Autocomplete Directive
510 stars 281 forks source link

Include angular #82

Open owse opened 9 years ago

owse commented 9 years ago

Hi,

Why not include the angucomplete.css reference in bower.json? I have to change this file manually to grunt wiredep task includes the css in the index.html.

"main": [
 "./angucomplete.js",
 "./angucomplete.css"
],

instead of

 "main": "./angucomplete.js",

Cheers

whummer commented 9 years ago

+1 would be great to support auto-loading of the CSS file. thanks

R4c00n commented 9 years ago

+1 Can be solved by merging PR #107