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. - * * *