Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9810dc0

Browse files
committed
docs(cookbook): disable jsfiddle for deeplinking example
it uses extra resources, so it won't work on fiddle
1 parent ab5df20 commit 9810dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/cookbook/deeplinking.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The two partials are defined in the following URLs:
3737
* <a href="./examples/welcome.html" ng:ext-link>./examples/welcome.html</a>
3838

3939
<doc:example>
40-
<doc:source>
40+
<doc:source jsfiddle="false">
4141
<script>
4242
AppCntl.$inject = ['$route']
4343
function AppCntl($route) {

0 commit comments

Comments
 (0)