0
require: 'ngModel'を使用する必要があります。AngularJS:require 'ngmodel'を使用する必要があり、ディレクティブにオプション(?、^、?^)が必要な場合
誰かがこれを簡単な言葉で説明できれば嬉しいです。それぞれの利点は何ですか オプションが必要です。この方法の詳細については
^ -- Look for the controller on parent elements, not just on the local scope
? -- Don't raise an error if the controller isn't found
、私にとってそれは簡単にthis文書を、参照してください。