aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-01-14support compilation in HTML widgetsMisko Hevery
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-13fix for angular.Object.equals to handle equals({},null)Igor Minar
2011-01-11adding a fallthrough commentIgor Minar
2011-01-10fixing missing dependencyIgor Minar
2011-01-10fix broken e2e test due to $window no longer publishedMisko Hevery
2011-01-10complete rewrite of documentation generationMisko Hevery
2011-01-10Fixed filter.date, so it parses format ending with non-replaced stringVojta Jina
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10bootstrap angular on "document ready" instead of window.onloadIgor Minar
2011-01-10jqLite should recognize window as an element even in IEIgor Minar
2011-01-10fix addEventLister detection for IE9Igor Minar
2011-01-10fix for IE free function weirdnessMisko Hevery
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-07Revert "Issue #51: Update extensionMap()"Igor Minar
2011-01-07rename nodeName due to conflicts with jqueryIgor Minar
2011-01-07add global namespace clobbering check to angular-bootstrapIgor Minar
2011-01-04avoid namespace conflicts between jqLite and window when running in bootstrap...Igor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2011-01-04renaming service property $creation to $eagerIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
2011-01-04Added an extra security check to make sure that the parser can not execute an...Misko Hevery
2010-12-22fromJson delegation to native JSON parser if availableIgor Minar
2010-12-22Revert "Refactor lexer to use regular expressions"Igor Minar
2010-12-11Stricter JSON parsing, for securityMisko Hevery
2010-12-11Closes #153: input widgets without name are ignoredMisko Hevery
2010-12-11Fire $eval only if the value has actually changed on inputMisko Hevery
2010-12-10$defer service should always call $eval after callback finishedIgor Minar
2010-12-08Refactor lexer to use regular expressionsMisko Hevery
2010-12-08Remove RegExp parserMisko Hevery
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
2010-12-07improving $resource docsIgor Minar
2010-12-06fixing closure compiler warningsIgor Minar
2010-12-06fix the angular.Array.orderBy example + add docsIgor Minar
2010-12-06fixing lint warnings in older codeIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-06allow documentation to be in external fileMisko Hevery
2010-12-03Fix sanitization issues as suggested by evnMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-29Fixed sanitizationMisko Hevery
2010-11-25more docs for angular.service.Igor Minar
2010-11-25Doc service: added example into service overviewVojta Jina
2010-11-25docs for all angular.* type checking functionsIgor Minar
2010-11-24docs for angular.injectorIgor Minar
2010-11-24docs for angular.bindIgor Minar
2010-11-24docs for angular.foreachIgor Minar
2010-11-24docs for angular.extendIgor Minar