親スコープのプロパティが存在しない場合は、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
親スコープのプロパティが存在しない場合は、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
変更を浅く監視したい場合 (つまり、$watch の代わりに $watchCollection)、=*
or=*attr
(=*?
or=*?attr
=*
または=*attr
(=*) を使用できます。 ?
または=*?attr
(プロパティがオプションの場合)。#🎜🎜#双方向データ バインディングについては、ここでポータルをチェックしてください