1

I'm looking for a good solution to set up the routing using ui-router within my single page application. How can I implement a back-button into my application to specify back routing?

Boeckm
  • 3,264
  • 4
  • 36
  • 41
OliverKK
  • 505
  • 4
  • 15
  • 1
    I think managing a routing history by myself like (http://stackoverflow.com/a/22402285/2717428) is unalterable!? – OliverKK Nov 19 '14 at 14:37
  • Not entirely sure what you're trying to do, [but you can make use of `window.history`](https://developer.mozilla.org/en-US/docs/Web/API/Window.history) maybe. The `back()` method has the same behaviour as pressing the back button in your browser. – Ciarán Tobin Nov 19 '14 at 14:58

0 Answers0