aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMisko Hevery2012-05-07 15:19:26 -0700
committerMisko Hevery2012-05-07 15:43:09 -0700
commitaa02534865c8e43dcef9e218b12c8c717c837205 (patch)
tree52cf4293c9add6740abe4f0cc2c7b040b2b473f1 /docs
parentb99f65f64d1e54315b3210d78a9a9adbcf34c96c (diff)
downloadangular.js-aa02534865c8e43dcef9e218b12c8c717c837205.tar.bz2
bug(ie8 docs): docs now work on ie8
Diffstat (limited to 'docs')
-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) + '">');