Friday 13 September 2013

How to create Modals with Bootstrap & Emberjs?

How to create Modals with Bootstrap & Emberjs?

I have a simple use case in which I am displaying a list from JSON and
when I click on any one of them, user should see a modal displaying more
information from the same JSON.
I tried to use Bootstrap for Ember but I get errors on console:
Uncaught ReferenceError: Ember is not defined bs-core.min.js:1
Uncaught ReferenceError: Bootstrap is not defined bs-modal.min.js:1
Uncaught ReferenceError: Bootstrap is not defined bs-button.min.js:1
Uncaught ReferenceError: Bootstrap is not defined app.js
Even though I am following the configuration instructions.
Any help would be appreciated.

No comments:

Post a Comment