I was expecting ng-class to at least do what a simple class does i.e. apply a css property. In the plunker example, if the replace ng-class with class, it works and I get the indent.
i.e. ng-class="indentLeft" doesn't work but class="indentLeft" does. What am I missing ?
See a simple plunker here: http://plnkr.co/edit/moLu0BmgEYVm3xFQDcw8?p=preview
classis what you need, then why do you needng-class