ionic-native-transitions icon indicating copy to clipboard operation
ionic-native-transitions copied to clipboard

ui-sref-active not applied when using native-ui-sref

Open ghost opened this issue 8 years ago • 4 comments

CSS class is not applied to link when using native-ui-sref

ghost avatar Jun 25 '16 10:06 ghost

+1

bbialas avatar Aug 08 '16 10:08 bbialas

+1

andrecbr avatar Aug 09 '16 19:08 andrecbr

Any of you want to have a crack at it?

shprink avatar Aug 09 '16 21:08 shprink

Instead of using ui-sref-active, I am adding the following to my ion-items:

ng-class="{active: ('app.home' | isState)}"

thedmeyer avatar May 13 '17 00:05 thedmeyer