To inspect a model attributes binded to a dom element
$context($("#elem-id")[0]).controller.model_name.toJSON()
Original idea taken from the link below.
Posted by Bonyiii to Bonyiii's deck (2014-03-17 20:17)
To inspect a model attributes binded to a dom element
$context($("#elem-id")[0]).controller.model_name.toJSON()
Original idea taken from the link below.