Hi!
On Thu, Jul 19, 2012 at 10:26 PM, <
r...@hixfamily.org> wrote:
> I've read about submitting forms and about routes. I just want to know if
> there is a way to trigger a new route after a form has been successfully
> submitted.
I'm not sure what you mean by " a form has been successfully" as in
angular.js (or any other single-page, ajax-driven app) you would
simply send data via ajax request. Anyway, going back to your
question, you could use the $location service
(
http://docs.angularjs.org/api/ng.$location) to manipulate a browser's
URL and thus trigger route navigation.
It would be really, really great if you could send a jsFiddle with a
code fragment with your use case (even if not working!). Without a
working (or broken!) example it is next to impossible to help
effectively.
Cheers,
Pawel