Open owse opened 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
+1 would be great to support auto-loading of the CSS file. thanks
+1 Can be solved by merging PR #107
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.
instead of
Cheers