javascript - Angular ng-if="" with multiple arguments -
i trying started on angular development. , after reviewing documentation questions persist. how best write ng-if
multiple arguments corresponding
if( && b)
or if( || b )
it possible.
<span ng-if="checked && checked2"> i'm removed when checkbox unchecked. </span>
Comments
Post a Comment