ng-style not working in angularjs ionicapp
Advertisements I’m having an issue with what looks like ng-style but I suspect it may be a scoping issue also. The HTML code; <ion-view view-title="Demographics" name="demographics-view" can-swipe-back="false"> <ion-content class="has-header"> <div class="list card"> <div class="item item-divider"> <div class="button-bar"> **<a ng-style="{‘color’:'{{ data.demographics.showRed }}’ }"** class="button button-small button-icon icon ion-alert-circled" ng-click="goPMIAlerts($event)"></a> ….. The js code: $scope.$on(‘$stateChangeSuccess’, function (event,… Read More ng-style not working in angularjs ionicapp