From 7368bbdf8c3290b8a36a51b5a989b43abd845a4c Mon Sep 17 00:00:00 2001 From: Kenny John Jacob Date: Thu, 17 Nov 2016 11:36:25 +0530 Subject: [PATCH] Update router.jade: Fix missing anchor id The link *Importing from the router library* (https://angular.io/docs/ts/latest/guide/router.html#import) does not work. I supposed that this was the corresponding section to be linked to. --- public/docs/ts/latest/guide/router.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/ts/latest/guide/router.jade b/public/docs/ts/latest/guide/router.jade index de61cf7499..f4b48e868e 100644 --- a/public/docs/ts/latest/guide/router.jade +++ b/public/docs/ts/latest/guide/router.jade @@ -399,6 +399,7 @@ a#base-href :marked We should only need this trick for the live example, not production code. +a#import :marked ### Configure the routes for the Router