This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Description
Hi, i'm trying to render some btn-group of radio type with Bootstratp, but event change it's doesnt catched by my view , i'm checking , bootstrap triggered event , then jquery to , but i can't catch him :
my view :
...
events {
"change input[type=radio]" : "changeLog"
}
then in my view .hbs :
Option 1
Option 2
Option 3
if someone can help or explain to me ?