- Notifications
You must be signed in to change notification settings - Fork 227
Open
Labels
Description
I have the following code:
https://plnkr.co/edit/tZdVOELNOVRw9zhCa4M1?p=preview
- You can see that the first line of photos that
ng-ifon the<cl-image>tag works fine - whentruethe image is shown, whenfalsethe image isn't showing. - In the second line of photos, the
ng-ifcondition is completely ignored - both in the case oftrueand infalsethe transformation isn't applied.