From ca3b1cae0bc1c68cc92cf6349873e54e740c0b61 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, issue #9196 --- src/ngRoute/route.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ngRoute/route.js b/src/ngRoute/route.js index d6806d6fe6d0..44da57d64fdf 100644 --- a/src/ngRoute/route.js +++ b/src/ngRoute/route.js @@ -268,9 +268,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. - * * *