I have following code:
div
div Test1
div(flex)
div 12
div(ng-show=“someCondition”, class="triangleLeft")
If the triangle is shown, it will push the 12
to the left. Is it able to hide/show the triangle without pushing the 12
to the left using AngularJS and/or AngularJS Material?
Here is my Plunk :)