angucomplete icon indicating copy to clipboard operation
angucomplete copied to clipboard

Include angular

Open owse opened this issue 10 years ago • 2 comments

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

owse avatar Dec 28 '14 18:12 owse

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

whummer avatar Oct 17 '15 14:10 whummer

+1 Can be solved by merging PR #107

R4c00n avatar Oct 22 '15 10:10 R4c00n