0
我有這個在我的模板AngularJS NG出現混亂
<h1 ng-show={{campaignDataEmpty}}>You have no campaigns defined</h1>
{{campaignDataEmpty}}
當我在Chrome的開發者控制檯的斷點,我可以證實,$scope.campaignDataEmpty
是假的。
該頁面顯示
You have no campaigns defined
false
這怎麼可能?
可能重複的[AngularJs:NG-顯示/ NG隱藏](http://stackoverflow.com/questions/12599637/angularjs-ng-show-ng-hide) –