From c54287bf8d738d640adce084f8fe19389ac1cbac Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Sun, 21 Sep 2014 14:55:40 +0300 Subject: [PATCH] docs(route): remove irrelevant note Closes #9196 Closes #9200 --- src/ngRoute/route.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index 1b8ee9bc4..97a253023 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -265,9 +265,6 @@ function $RouteProvider(){ * This example shows how changing the URL hash causes the `$route` to match a route against the * URL, and the `ngView` pulls in the partial. * - * Note that this example is using {@link ng.directive:script inlined templates} - * to get it working on jsfiddle as well. - * * *