From cfb09b5ca6c4b3b4d86481227782d1f72772fb05 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 29 Mar 2015 09:09:15 -0600 Subject: [PATCH] Create router.js --- mockup/router.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mockup/router.js diff --git a/mockup/router.js b/mockup/router.js new file mode 100644 index 0000000000..d65d1ce660 --- /dev/null +++ b/mockup/router.js @@ -0,0 +1,6 @@ +/** + * This is a mockup of how the new router might work. + * + * The goal of this is to help shape the new Angular router, or + * figure out if we need to do our own implementation. + */