craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

bower packages are important #5

Closed totalard closed 7 years ago

craftpip commented 7 years ago

Yes, i'll get this done asap

totalard commented 7 years ago

Thanks, My Web app completely Setup in Bower, So only your plugin is out side of bower. which is confusing. Hope you will do this Asap?

Any time schedule?

murwa commented 7 years ago

👍

in the meantime, you can add the following to bower.json

"angular.confirm": "https://github.com/craftpip/angular-confirm.git"

totalard commented 7 years ago

will this work?

craftpip commented 7 years ago

I'll add it now, sorry to keep you waiting.

murwa commented 7 years ago

@totalard yeah, exactly what I'm using @craftpip thanks man

craftpip commented 7 years ago

Added the package name as angular1-confirm 👍

totalard commented 7 years ago

Thanks

On Feb 28, 2017 10:41 PM, "Boniface Pereira" notifications@github.com wrote:

Added the package name as angular1-confirm 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/craftpip/angular-confirm/issues/5#issuecomment-283101075, or mute the thread https://github.com/notifications/unsubscribe-auth/AOY15zRQvWfrNMSEqznmbt7BQtUddNLHks5rhFPhgaJpZM4MBPVZ .

totalard commented 7 years ago

Css files Not Added Automatically Added minified file in main Section

Kindly Fix Bugs,

totalard commented 7 years ago

Make a small edit in Main Section of Bower.json

"main": [ "css/angular-confirm.css", "js/angular-confirm.js" ],

it works perfect

craftpip commented 7 years ago

Sure, will get it done

On 1 Mar 2017 8:40 a.m., "Ashique Zakariyya P" notifications@github.com wrote:

Make a small edit in Main Section of Bower.json

"main": [ "css/angular-confirm.css", "js/angular-confirm.js" ],

it works perfect

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/craftpip/angular-confirm/issues/5#issuecomment-283232254, or mute the thread https://github.com/notifications/unsubscribe-auth/AEj5ibP3d62e_C3CJipe5KRJuOcEL-BWks5rhOGKgaJpZM4MBPVZ .

craftpip commented 7 years ago

Made the changes, updated the package to v1.0.1 Let me know if its fine. 👍