mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(cookbook): disable jsfiddle for deeplinking example
it uses extra resources, so it won't work on fiddle
This commit is contained in:
parent
ab5df20dfa
commit
9810dc0993
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue