angular.js/src
Igor Minar c79aba92f6 bootstrap angular on "document ready" instead of window.onload
- use jqLite api to bootstrap angular
- when jQuery is present DOMContentLoaded or hacks for IE are used
- when jqLite is present DOMContentLoaded is used for modern browsers
  and IE9 and window.onload is used for other browsers.
- test html for comparing DOMContentLoaded with window.onload

Closes #224
2011-01-10 10:24:12 -08:00
..
scenario bootstrap angular on "document ready" instead of window.onload 2011-01-10 10:24:12 -08:00
angular-bootstrap.js add global namespace clobbering check to angular-bootstrap 2011-01-07 12:02:45 -08:00
Angular.js jqLite should recognize window as an element even in IE 2011-01-10 10:24:12 -08:00
angular.prefix bootstrap angular on "document ready" instead of window.onload 2011-01-10 10:24:12 -08:00
angular.suffix bootstrap angular on "document ready" instead of window.onload 2011-01-10 10:24:12 -08:00
AngularPublic.js $location service should utilize onhashchange events instead of polling 2011-01-07 14:39:41 -08:00
apis.js fixing closure compiler warnings 2010-12-06 20:48:47 -08:00
Browser.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
Compiler.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
directives.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
filters.js add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
formatters.js add @workInProgress tag and mark all @ngdocs as work in progress 2010-11-18 16:28:42 -08:00
Injector.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
jqLite.js bootstrap angular on "document ready" instead of window.onload 2011-01-10 10:24:12 -08:00
JSON.js fromJson delegation to native JSON parser if available 2010-12-22 14:16:36 -08:00
markups.js rename nodeName due to conflicts with jquery 2011-01-07 12:02:45 -08:00
parser.js Added an extra security check to make sure that the parser can not execute anything while evaluting JSON. 2011-01-04 13:25:49 -08:00
Resource.js fixed lint warnings and one flaky test 2010-10-15 13:44:53 -07:00
sanitizer.js fixing closure compiler warnings 2010-12-06 20:48:47 -08:00
Scope.js rename scope.$inject to scope.$service 2011-01-04 18:04:00 -08:00
services.js fix for IE free function weirdness 2011-01-10 10:22:24 -08:00
validators.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00
widgets.js change to keydown from keyup; add delayed $updateView 2011-01-07 14:39:46 -08:00