angularjs - Uncaught ReferenceError: ui is not defined for UI.Bootstrap -


i added "ui.bootstrap" application use tooltips. after adding "ui.bootstrap", application not loading. think im missing not sure, , how can fix this?

can please help?

thanks, sangamesh

p.s. use angular app.

maybe should add '' ui.bootstrap this:

angular.module('myapp', ['ui.bootstrap']); 

bad example:

angular.module('myapp', [ui.bootstrap]); 

hope helps.


Comments

Popular posts from this blog

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -