angular.js/docs
Pete Bacon Darwin 2e5680a4e3 docs(guide/$location): fix broken example demo
The demo of the hash-bang vs html5-mode deep links was broken since the introduction
of a check for previously bootstrapped elements. See this commit: 3ee744cc63

We fix this problem by applying a null for the injector value of the element of the
at the root of the sub-app.
It also turns out that it was not necessary, and if fact broke the demo, to replace
the $document service for the sub-app.  This was because the $compile service calls
`$document.createElement()`, which doesn't exist on a `div`.
Finally, the bootstrap CSS was limiting the width of the ngAddress bar input box,
which made it difficult to see the changing URLs.
2013-10-03 23:05:56 +01:00
..
component-spec feat(docs): linkify error messages on minErr docs pages 2013-09-27 11:50:21 -07:00
components chore(ngdocs): ensure $animate is not shared between the docs and the example applications 2013-09-03 17:06:49 -07:00
content docs(guide/$location): fix broken example demo 2013-10-03 23:05:56 +01:00
img style(docs): replace CRLF by LF in svg header logo 2013-08-16 20:05:54 -07:00
spec fix(ngdocs): use cdn version to generate link to source files 2013-08-20 23:26:55 -07:00
src fix(docs.js): handle empty deps array for plunkr/jsfiddle 2013-09-30 17:52:28 -07:00