Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Issues with ember 2.3.0-beta.2 and bootstrap JS: Navbar & Carousel

$
0
0

@ajinkya-apte wrote:

Hello, 1. I created an ember project recently using ember-cli. My environment is as follows: $ ember -v version: 2.3.0-beta.2 node: 4.1.1 npm: 2.14.10 os: darwin x64 2. I installed bootstrap using bower: $bower install --save-dev bootstrap 3. My issue is: bootstrap nav, bootstrap carousel fail to work as expected. 4. Eg: I got a simple bootstrap nav bar example to show up in my project. Reducing the window size, bootstrap automatically adds a menu button. But clicking on it, nothing happens. The links in my nav bar are supposed to appear in a dropdown menu. This works when I create this in a standard HTML file and open it in the browser (non ember app). 5. Similar thing happens with the bootstrap carousel. Clicking on the arrows to change picture does nothing but instead adds a '#html-id' in the URL. 6. I am new to ember and seems like a possible JS issue/conflict between bootstrap and ember or may be I am missing some instrumentation.

Let me know if anyone knows if I am doing something obviously incorrect.

Cheers, AJ

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles