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> 

http://plnkr.co/edit/uknoaajx5kg3j7aswhlv?p=preview


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -