One time bind is available after Angular 1.3.
You can do this way without depending on third-party libraries:
<div ng-style="::{'background-color': item.color}"></div>
I didn’t measure the performance, but I’m pretty sure that its better than without the colons.