cgross / angular-prompt

Angular service to easily display input prompts and confirmation modals.
http://cgross.github.io/angular-prompt/demo
MIT License
52 stars 41 forks source link

Updates to angular 1.4.8 and ui-boostrap 1.1.0 #21

Open ezy opened 8 years ago

ezy commented 8 years ago

I've removed a bunch of whitespace and updated to latest Angular and ui-bootstrap. The latest -v of ui-bootstrap has changed their services names (eg. $modal => $uibModal). This was causing conflict with some of the newer code we have on a project so I fixed. Have run 'bower install' on the repo to update bundled libraries too. Changed the version number to 1.2.0 given that it's a reasonably distinct update. :simple_smile:

zhouhao27 commented 8 years ago

When not merged to main branch?

ezy commented 8 years ago

You'll have to ask @cgross - not sure there's much maintenance going on here.