我有使用ng-options填充2點選擇的形式,如: <select ng-options="item.id as product.category for product in products" ng-model="order.category" ng-change='find_brands(order.category)' ></select>
<select ng-options="br
我跟着這個例子Submit form on pressing Enter with AngularJS 但我不能讓它工作。這完全是莫名其妙的。爲什麼按鍵事件不會被我的指令困住? http://plnkr.co/edit/A9oio2F61yHssE49aiCb?p=preview app.directive('enterKey', function($log) {
return func