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
Post a Comment