angular.js/docs/content/guide
Pete Bacon Darwin 73c66715c9 docs(bootstrap-prettify): fix $timeout issues and update related docs
End 2 end tests wait for all `$timeout`s to be run before completing the test.
This was problematic where we were using timeouts that restarted themselves because
there would never be a point when all timeouts had completed, causing the tests to hang.

To fix this $timeout had been monkey-patched but this caused other issue itself.

Now that we have $interval we don't need to use $timeout handlers that re-trigger the $timeout
so we can ditch the monkey-patch.

This commit tidies up any examples that are using this approach and changes them to use $interval
instead.

Closes #5232
2013-12-17 22:53:28 +00:00
..
animations.ngdoc docs: correct broken links 2013-10-18 15:35:41 -07:00
bootstrap.ngdoc docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
compiler.ngdoc docs(guide/compiler): add fourth step on appending the compiled template to the DOM 2013-11-27 22:41:10 +00:00
concepts.ngdoc docs(guide/concepts): fix incorrect module name in example 2013-11-27 22:59:13 +00:00
controller.ngdoc docs(guide/understanding_controller): fix incorrect property reference 2013-11-13 20:51:29 +00:00
databinding.ngdoc docs(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
dev_guide.e2e-testing.ngdoc docs(guide/e2e-testing): fix typo 2013-10-30 20:56:38 +00: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/injecting-services): fix indentation in example 2013-10-30 21:08:33 +00:00
dev_guide.services.managing_dependencies.ngdoc docs(bootstrap-prettify): fix $timeout issues and update related docs 2013-12-17 22:53:28 +00: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(guide/overview): Refactor overview and mvc docs 2013-11-06 17:11:44 -08:00
dev_guide.unit-testing.ngdoc perf(jqLite): implement and use the empty method in place of html(‘’) 2013-12-13 02:07:11 -08:00
di.ngdoc docs(guide/di): use square bracket notation for $inject annotation 2013-11-27 22:48:02 +00:00
directive.ngdoc docs(bootstrap-prettify): fix $timeout issues and update related docs 2013-12-17 22:53:28 +00:00
expression.ngdoc docs(guide/expression): remove misplaced comma 2013-12-12 11:25:41 +00:00
filter.ngdoc docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00
forms.ngdoc docs: fix a broken link 2013-12-13 12:28:02 -08:00
i18n.ngdoc docs(guide/i18n): fix link to i18n files in the project 2013-11-18 11:55:30 +00:00
ie.ngdoc docs(guide/ie): add info about what IE versions are supported 2013-11-21 20:25:41 +00:00
index.ngdoc docs(design): guide index formatting 2013-12-09 16:32:10 -08:00
introduction.ngdoc docs(guide): delete ancient video 2013-11-06 20:51:39 -08:00
migration.ngdoc docs(migration): add a note about "private" properties being reverted 2013-11-27 22:35:09 +00:00
module.ngdoc docs(guide): warn about module creation versus retrieval 2013-08-22 10:32:52 -07:00
providers.ngdoc docs(guide/providers): fix typo 2013-11-27 22:41:53 +00:00
scope.ngdoc docs(bootstrap-prettify): fix $timeout issues and update related docs 2013-12-17 22:53:28 +00:00
templates.ngdoc docs(guide/filter): Refactor filter guide docs 2013-11-07 14:14:57 -08:00