有人可以向我解釋爲什麼Angularjs ngIf
指令讀取'f'和'F'如false
?AngularJS ng-if問題'f'和'F'
簡單的例子不工作:
<input type="text" ng-model="test" />
<div ng-if="test">{{test}}<div>
如果你把「F」或「F」沒有任何顯示在DIV,任何其他字母或正弦工作正常。
演示:http://plnkr.co/edit/wS4PqmARXG2fsblUkLpH?p=preview
的[NG-不顯示即使條件滿足工作]可能重複(http://stackoverflow.com/questions/17745769/ng-show-not-working-even-though-condition-is-遇見) – Stewie