angular.js/docs/content/guide
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
..
bootstrap.ngdoc docs(guide/bootstrap): add info about deferred bootstrap 2013-09-15 21:51:50 +01:00
compiler.ngdoc feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
concepts.ngdoc docs(guide/concepts): remove div-clear-tags that break the formatting 2013-09-11 20:37:34 +01:00
dev_guide.e2e-testing.ngdoc docs(guide/e2e-testing): select also uses ng-model (like input) 2013-09-27 16:23:08 -07:00
dev_guide.mvc.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
dev_guide.mvc.understanding_controller.ngdoc docs(guide/controller): fix wording in list of 'Do not use' 2013-08-03 22:05:33 +01:00
dev_guide.mvc.understanding_model.ngdoc docs(guide/understanding_model): improve example consistency 2013-06-04 20:50:09 +01:00
dev_guide.mvc.understanding_view.ngdoc refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
dev_guide.services.$location.ngdoc docs(guide/$location): fix broken example demo 2013-10-03 23:05:56 +01:00
dev_guide.services.creating_services.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
dev_guide.services.injecting_controllers.ngdoc docs(guide): clarify example 2013-07-10 22:57:26 +02:00
dev_guide.services.managing_dependencies.ngdoc refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
dev_guide.services.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
dev_guide.services.testing_services.ngdoc doc(devguide) - Fix typos and small grammatical errors in the developer guide. 2012-08-30 16:02:24 -07:00
dev_guide.services.understanding_services.ngdoc docs(guide/services): fix another typo 2013-09-26 12:52:43 +01:00
dev_guide.templates.css-styling.ngdoc docs(css_styling_guide): add ng-scope and ng-binding classes 2013-09-05 13:04:49 +01:00
dev_guide.templates.databinding.ngdoc docs(*): fixed typos 2013-03-29 23:14:55 +01:00
dev_guide.templates.filters.creating_filters.ngdoc docs(guide): example filter does not conditionally assign a color 2013-07-10 22:53:26 +02:00
dev_guide.templates.filters.ngdoc docs(guide): remove stale info about filters changing DOM 2013-02-06 14:14:49 -08:00
dev_guide.templates.filters.using_filters.ngdoc docs(guide/filters): document multiple arguments syntax 2013-04-11 13:55:03 -07:00
dev_guide.templates.ngdoc refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
dev_guide.unit-testing.ngdoc docs(guide/unit-testing): fix typo 2013-06-04 22:28:43 +01:00
di.ngdoc docs(guide): update description of $inject mechanism to be a little clearer 2013-08-28 13:41:12 -07:00
directive.ngdoc docs(guide): describe directive replace:false 2013-09-30 22:51:01 +01:00
expression.ngdoc docs(guide/expression): remove reference to NullPointerException 2013-06-25 21:13:32 +01:00
forms.ngdoc docs(guide/forms): add comma for clarity 2013-09-14 21:35:57 +01:00
i18n.ngdoc docs(guide/i18n): change non-existent de-ge to de-de 2013-09-19 11:06:59 +01:00
ie.ngdoc docs(guide): updates for legacy IE7 support 2013-04-11 13:00:10 -07:00
index.ngdoc doc(guide) simplify the guide home page 2012-08-27 14:59:17 -07:00
introduction.ngdoc docs(guide): minor grammar fixes 2013-01-17 19:10:46 -05:00
module.ngdoc docs(guide): warn about module creation versus retrieval 2013-08-22 10:32:52 -07:00
overview.ngdoc docs(guide/overview): fix typo 2013-09-28 15:04:57 +01:00
scope.ngdoc docs(guide): fix a typo 2013-05-10 20:52:18 +01:00