@Atula wrote:
Is there any method to detect Particular states change only like in my case
I want to run a function only if we go from .state 1 to .state 2.I have searched too but found nothing related to this.
if(.state1 to .state2) {
$scope.run();
}
Regards.
Posts: 1
Participants: 1