So I have following code:
div(ng-repeat="item in list")
div(class="({{item.note_type}} == 1)?\"critical\":\"\"")
Is it possible to have the If?:
inside html combined with AngularJS?
So I have following code:
div(ng-repeat="item in list")
div(class="({{item.note_type}} == 1)?\"critical\":\"\"")
Is it possible to have the If?:
inside html combined with AngularJS?