aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.js
diff options
context:
space:
mode:
authordandoyon2011-08-10 20:53:56 -0700
committerIgor Minar2011-08-19 01:16:56 -0700
commit53a4580d956248cfef84c4d11350a54d27211cf7 (patch)
tree9645a2d8e60a3909be657bfe05b09015ea51e96a /src/service/xhr.js
parent4c8eaa1eb05ba98d30ff83f4420d6fcd69045d99 (diff)
downloadangular.js-53a4580d956248cfef84c4d11350a54d27211cf7.tar.bz2
doc(sample): Add javascript sandbox integration (jsFiddle)
Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element
Diffstat (limited to 'src/service/xhr.js')
-rw-r--r--src/service/xhr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.js b/src/service/xhr.js
index 224bc57a..70fcd067 100644
--- a/src/service/xhr.js
+++ b/src/service/xhr.js
@@ -109,7 +109,7 @@
*
* @example
<doc:example>
- <doc:source>
+ <doc:source jsfiddle="false">
<script>
function FetchCntl($xhr) {
var self = this;