angular.js/docs/content
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
..
api docs(module): improve the installation instructions for optional modules 2013-08-22 16:55:54 -07:00
cookbook docs(cookbook/helloworld): display "World" if no name is entered 2013-06-20 14:39:16 +01:00
error feat($sce): simpler patterns for $sceDelegateProviders white/blacklists 2013-10-01 00:41:07 -07:00
guide docs(guide/$location): fix broken example demo 2013-10-03 23:05:56 +01:00
misc docs(FAQ): update jQuery compatibility 2013-09-19 14:11:37 +01:00
notes feat(ngdocs): support popover, foldouts and foldover annotations 2013-06-17 22:00:54 -07:00
tutorial docs(tutorial): improve wording and consistency 2013-10-03 11:58:47 +01:00