macsplean
macsplean

Reputation: 609

Nonfunctional Popover with Bootstrap & Rails

You can see my entire app here at https://github.com/MaxPleaner/tryme . Compare the popover functionality of the root page with the popover functionality here: https://github.com/MaxPleaner/tryme-static (this is a non-rails version of the same code).

I am using the bootstrap-sass gem.

Upvotes: 0

Views: 88

Answers (1)

Paulo Fidalgo
Paulo Fidalgo

Reputation: 22296

First don't introduce spaces between attributes and values in your html, like this:

... data-placement = "bottom" 

Here you have an working example: http://jsbin.com/egamiw/1/edit from an previous answer

Upvotes: 1

Related Questions