remind101 / angular-tooltip

Simple and extensible tooltips for angularjs
MIT License
41 stars 34 forks source link

Installation instructions don't work #3

Closed gzur closed 2 years ago

gzur commented 10 years ago

The installation instructions state

  1. Install with bower:

$ bower install ng-modal --save-dev which returns bower ENOTFOUND Package ng-modal not found

And it seems angular-tooltip is not registered with bower: http://bower.io/search/?q=angular-tooltip. At least by that name.

Am I being super dumb here?

ejholmes commented 10 years ago

You're right. The readme is out of date. For now, you can just point to github:

{
  "angular-tooltip": "remind101/angular-tooltip"
}
keithics commented 10 years ago

i have the same issue