From 83d017b5382bf4181c19077b2f384f5003ad5d79 Mon Sep 17 00:00:00 2001 From: lordg Date: Thu, 10 Mar 2016 21:09:50 +0200 Subject: [PATCH] docs(guide/Component Router): Adjusting the order in the menu Component Router should come after the menu topic Components as Components should be understood first before Component Routers. Does this made it easier to read the Component Routers topic. --- docs/content/guide/component-router.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/component-router.ngdoc b/docs/content/guide/component-router.ngdoc index 1a7269329425..62c6a534fc6c 100644 --- a/docs/content/guide/component-router.ngdoc +++ b/docs/content/guide/component-router.ngdoc @@ -1,6 +1,6 @@ @ngdoc overview @name Component Router -@sortOrder 305 +@sortOrder 306 @description # Component Router @@ -1041,4 +1041,4 @@ to prevent the `$routerCanDeactivate` hook from displaying the dialog box. ## Summary This guide has given an overview of the features of the Component Router and how to implement a simple -application. \ No newline at end of file +application.