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