I am trying to set the div width dynamically using ng-style but it is not applying the style. Here is the code:
ng-style
ngStyle accepts a map:
ngStyle
$scope.myStyle = { "width" : "900px", "background" : "red" };
Fiddle