ionic-native-transitions
ionic-native-transitions copied to clipboard
ui-sref-active not applied when using native-ui-sref
CSS class is not applied to link when using native-ui-sref
+1
+1
Any of you want to have a crack at it?
Instead of using ui-sref-active, I am adding the following to my ion-items:
ng-class="{active: ('app.home' | isState)}"