有人可以解释这种奇怪的 angularjs 行为代码 HTML
<button
ng-show="!$root.commandsHide"
>My Button</button>
{{$root.commandsHide}}
OPTPUT 包含:
"My Button" and true
提前致谢
有人可以解释这种奇怪的 angularjs 行为代码 HTML
<button
ng-show="!$root.commandsHide"
>My Button</button>
{{$root.commandsHide}}
OPTPUT 包含:
"My Button" and true
提前致谢