I need to call a css block, depending on the condition, on an ionic view. I'm trying to do with ng-include, but it does not work.
<style type="text/css" ng-include="templates/style.css"></style>
or with div
<div ng-include="templates/style.css"></div>