Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この例ではng-ifが機能しないのに、ng-showはJSFiddleを実行する理由:
<div ng-if="false">text</div> <div ng-show="false">text2</div>
それを修正する方法は?
ngIfv1.1.5 で追加された新しいディレクティブです。JSFiddle では 1.1.1 を使用しています。
ngIf