我想要使用指令來消費iCheck複選框。我的指令是這樣設置的。 .module('app').directive('bootstrapCheck', ['$timeout', '$parse', function ($timeout, $parse) {
return {
compile: function (element, $attrs) {
var ich
checkbox旁邊有selectpicker。我希望如果複選框被選中,selectpicker將被啓用,如果未選中,selectpicker將被禁用。 我寫這裏面是不工作(Here is the fiddle): $('.checkBox').on('ifChecked', function(event) {
$(this).parents('.clearfix').find('.se