Skip to content

Commit

Permalink
Merge pull request erikringsmuth#88 from Neovici/route-importlink
Browse files Browse the repository at this point in the history
Make routes maintain references to their HTML imports
  • Loading branch information
erikringsmuth committed Feb 20, 2015
2 parents ae2d5c4 + 75d5571 commit 3f087c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@
activateImport(router, importLink, importUri, route, url, eventDetail);
}
}
route.importLink = importLink;
}

// Activate the imported custom element or template
Expand Down

0 comments on commit 3f087c1

Please sign in to comment.