docs(route): remove irrelevant note

Closes #9196
Closes #9200
This commit is contained in:
Ariel Mashraki
2014-09-21 14:55:40 +03:00
committed by Caitlin Potter
parent a36515289a
commit c54287bf8d

View File

@@ -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.
*
* <example name="$route-service" module="ngRouteExample"
* deps="angular-route.js" fixBase="true">
* <file name="index.html">