angucomplete
angucomplete copied to clipboard
Include angular
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
+1 would be great to support auto-loading of the CSS file. thanks
+1 Can be solved by merging PR #107