angular.js/docs
Misko Hevery 47c454a315 change to keydown from keyup; add delayed $updateView
- There was a perceived lag when typing do to the fact that we were
   listening on the keyup event instead of keydown. The issue with
   keydown is that we can not read the value of the input field. To
   solve this we schedule a defer call and perform the model update
   then.

 - To prevent calling $eval on root scope too many times as well as to
   prevent drowning the browser with too many updates we now call the
   $eval only after 25ms and any additional requests get ignored. The
   new update service is called $updateView
2011-01-07 14:39:46 -08:00
..
spec @returns tag should allow the content to be split into multiple lines 2010-12-07 16:07:14 -08:00
angular.directive.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.element.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.filter.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.formatter.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.service.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.validator.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.widget.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
callback.js jsdoc parser + generator + viewer + scenario runner 2010-11-03 09:47:22 -07:00
collect.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
directive.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
doc_widgets.css Make the docs look a little nicer 2010-11-10 11:01:30 -08:00
doc_widgets.js docs should use ng:include onload 2010-11-16 13:45:45 -08:00
docs-data.js generate keyword for searches; improved layout of doc 2010-11-15 12:28:08 -08:00
docs-scenario.html fix the linky filter 2010-11-03 09:47:22 -07:00
docs-scenario.js changed to ! notation for indexable apps 2010-11-15 10:04:17 -08:00
docs.css improve doc app scrollbars 2010-12-10 17:04:56 -08:00
docs.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
filter.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
formatter.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
function.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
index.html make the docs angular 'logo' link filename agnostic 2010-12-07 20:43:10 -08:00
overview.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
service.template change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
specs.js Added basic Services, which support @memberOf and @methodOf 2010-11-15 21:55:37 -08:00
validator.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
widget.template add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00