aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/example.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/example.js')
-rw-r--r--docs/src/example.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/example.js b/docs/src/example.js
index 519b6cb1..44a74b23 100644
--- a/docs/src/example.js
+++ b/docs/src/example.js
@@ -116,7 +116,7 @@ exports.Example.prototype.toHtmlTabs = function() {
exports.Example.prototype.toHtmlEmbed = function() {
var out = [];
- out.push('<div class="well doc-example-live"');
+ out.push('<div class="well doc-example-live"');
out.push(' ng-embed-app="' + this.module + '"');
out.push(' ng-set-html="' + this.html[0].id + '"');
out.push(' ng-eval-javascript="' + ids(this.js) + '">');