Improve how we pass data when changing URLs

This commit adds a couple helpful features to make it easier for us to
reference routes, update URLs (both at development time and in the
    browser at runtime) and pass data between routes.

See the UI docs for the specifics on how these features work.
This commit is contained in:
Joe Fiorini
2015-05-12 09:46:05 -04:00
parent 66d097c7fa
commit 9d1d8374e1
7 changed files with 300 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
import 'tower/shared/multi-select-list/main.js';
import 'tower/shared/route-extensions/main.js';