docs(cookbook): disable jsfiddle for deeplinking example

it uses extra resources, so it won't work on fiddle
This commit is contained in:
Igor Minar 2011-10-14 08:29:33 -07:00
parent ab5df20dfa
commit 9810dc0993

View file

@ -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) {