This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
http://jsfiddle.net/x6347xs6/2/
When we use the array syntax in empty style
ng-style="{'one': {color: 'blue'},
'two': { color: 'green'},
'': {color: 'yellow'},
undefined: {color: 'red'}}[colorindex]"
In here all the blue, green, red works. But if colorindex='' yellow is not getting applied.