aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/cookbook/deeplinking.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2011-10-14 08:29:33 -0700
committerIgor Minar2011-10-14 08:29:33 -0700
commit9810dc0993bbb6509b3b7f77abaf8fcfef1f45bf (patch)
tree527de3042c75e5289153cdd0ba3d149f73b8a1a9 /docs/content/cookbook/deeplinking.ngdoc
parentab5df20dfa54d1d05f10d0aa7de5227e68cc37a8 (diff)
downloadangular.js-9810dc0993bbb6509b3b7f77abaf8fcfef1f45bf.tar.bz2
docs(cookbook): disable jsfiddle for deeplinking example
it uses extra resources, so it won't work on fiddle
Diffstat (limited to 'docs/content/cookbook/deeplinking.ngdoc')
-rw-r--r--docs/content/cookbook/deeplinking.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/deeplinking.ngdoc b/docs/content/cookbook/deeplinking.ngdoc
index 372064c9..27087726 100644
--- a/docs/content/cookbook/deeplinking.ngdoc
+++ b/docs/content/cookbook/deeplinking.ngdoc
@@ -37,7 +37,7 @@ The two partials are defined in the following URLs:
* <a href="./examples/welcome.html" ng:ext-link>./examples/welcome.html</a>
<doc:example>
- <doc:source>
+ <doc:source jsfiddle="false">
<script>
AppCntl.$inject = ['$route']
function AppCntl($route) {