bypass route resolution algorithm on non-routed redraws

This commit is contained in:
Leo Horie 2016-12-05 11:23:25 -05:00
parent bb4321e8db
commit 809d8921c9
8 changed files with 105 additions and 117 deletions

View file

@ -521,7 +521,7 @@ o.spec("route", function() {
$window.location.href = prefix + "/"
route(root, '/', {
"/":{
"/": {
onmatch: onmatch,
render: render
}