상위 범위 속성이 없으면 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
변경 사항을 얕은 감시하려는 경우(예: $watch 대신 $watchCollection) =* 또는 =*attr(=*? code> 또는 속성이 선택사항인 경우 =*?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
(=*? code> 또는 속성이 선택사항인 경우
=*?attr
).🎜양방향 데이터 바인딩에 대해서는 여기에서 포털을 확인하세요