aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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) {