I can't make this work, any idea what I'm missing?
<li ng-repeat="person in persons" ng-class="selected:currentPersonID===person.id">
Displaying currentPersonID and person.id shows the appropriate data, but I get an Angular parse error with that expression.