我在angularjs自定义的指令里用$element.bind("blur",function(){}),为什么失去焦点的blur事件触发不了,但是把"blur"改成“click或者"mouseleave"等都能触发呢