Imagine I am connecting to a model with a lengthy expression like this:
<ul class="container" ui-sortable ng-model="cssRules.categories['sd-text-highlight- color']" ng-class="{selected: cssRules.categories['sd-text-highlight-color'] == selectedCategory}" ng-click="selectCategory(cssRules.categories['sd-text-highlight-color'])">
Is there a way to avoid repeating cssRules.categories['sd-text-highlight-color'],
and simply bind to the current model using a keyword or variable name?