Here my html-
<p ng-if= "editMode=='edit'" style="margin-left: 1px;margin-top: -2px;">===some messages---</p>
<p ng-if= "editMode=='addNew'" style="margin-left: 1px;margin-top: -2px;">===some messages---</p>
In above example i have two diffrent view "edit" and "addNew" with same content but style is different. How to do that?