720kb / angular-tooltips

Angularjs tooltips module, add tooltips to your elements - https://720kb.github.io/angular-tooltips
351 stars 157 forks source link

doesnt work with safari and firefox #200

Closed NisanurBulut closed 7 years ago

NisanurBulut commented 7 years ago

hi I installed angular-tooltips and ı inserted on the app.js it is working on the chrome properly but if ı inserted , '720kb.tooltips' on the app module ; my web site doesnt load on the firefox and safari..

coopernewby commented 7 years ago

I get the same issue with a /dist/angular-tooltips.js.map

coopernewby commented 7 years ago

short term work around that fixed this error is using the non minified js file. Might be an error with mapping the file.

require('angular-tooltips/dist/angular-tooltips.js')

45kb commented 7 years ago

Are you sure you are including the correct files and installing it properly?

I see it works even with angular 1.6.0 both on CH, FF and SF, just follow this demo page: https://github.com/720kb/angular-tooltips/blob/master/index.html

PS: you don't have to include .map files, .map files are recognized by the browser itself.