0

I added "ui.bootstrap" for my application to use ToolTips. After adding "ui.bootstrap", my application is not loading. I think im missing something but not sure, what and how i can fix this?

Can anyone please help?

Thanks, Sangamesh

P.S. I use angular for my app.

2
  • 1
    Did you add the ui-bootstrap script? Something like: <script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.10.0/ui-bootstrap-tpls.min.js"></script> somewhere in your html after angular is added. Commented Jun 27, 2014 at 7:34
  • Please checkout your versions and please read above comment Commented Jun 27, 2014 at 7:43

1 Answer 1

3

Maybe you should add '' to ui.bootstrap like this:

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

bad example:

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

hope this helps.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.