angular.js/docs
Pete Bacon Darwin bcdbfdfeae docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker
The CSS styling in the ng-scope demo was using CSS classes (`.doc-example-live` and
`.show-scope') to prevent the styling for the demo from affecting the entire page.
Unfortunately elements containing these classes did not appear in JSFiddle or Plunker
when you click edit.

This fix moves the `.show-scope' class inside the demo (renaming it `.show-scope-demo`)
and removes the reliance on `.doc-example-live` altogether.

Closes #4838
2013-11-13 21:45:07 +00:00
..
component-spec chore(docs): fix broken IE8 test due to sanitization bug 2013-10-04 13:43:11 -04:00
components fix(angular-bootstrap): make IE8 happy 2013-11-11 00:09:15 +00:00
content docs(guide/scope): ensure demo CSS styles work in JSFiddle and Plunker 2013-11-13 21:45:07 +00:00
img docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
spec fix(ngdocs): create mock Doc objects correctly 2013-11-05 21:20:46 +00:00
src docs(ngdoc): clarify extra module installation options 2013-11-13 20:43:32 +00:00