How do I show a temporary transitory message/notification after redirecting in AngularJS?
Questions: I’d like to show a temporary message right before I redirect using $location.path("/customerList"); But persists the redirect and show for the same duration it would show as if I did ...