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
(=*? code> 또는 속성이 선택사항인 경우 =*?attr
).🎜회신하다0