vendredi 3 juillet 2015

Angular parts of code statements

Can I do a part of code statement in angular like PHP? I do not want to use ng-if because if it is false it will remove inner(ng-repeat) content pseudo code:

<div if="something = result" but if="another thing = result 2">
   content must be safe
</div>

Plunkr

Aucun commentaire:

Enregistrer un commentaire