angularjs directive 中 scope '=?' 表达的是什么意思?
滿天的星座2017-05-15 16:55:25
親スコープのプロパティが存在しない場合は、NON_ASSIGNABLE_MODEL_EXPRESSION 例外がスローされます。 =?
または =?attr
を使用してプロパティにオプションとしてフラグを設定すると、この動作を回避できます。=?
or =?attr
in order to flag the property as optional.
If you want to shallow watch for changes (i.e. $watchCollection instead of $watch) you can use =*
or =*attr
(=*?
or =*?attr
<時間>
=*
または =*attr
(=*) を使用できます。 ?
または =*?attr
(プロパティがオプションの場合)。#🎜🎜#