aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-09-16fix(scenario dsl): jQuery getters must have no valueIgor Minar
2011-09-16fix(ng:options): fix selecting optionsIgor Minar
2011-09-16feat(jqLite): add prop() supportIgor Minar
2011-09-16fix(jqLite): make css() on IE8 behave the same way as jQuery 1.6.4Igor Minar
2011-09-16feat(jqLite): add support for unbind()Igor Minar
2011-09-16fix(jqLite): make attr() compatible with jQuery 1.6.4Igor Minar
2011-09-16fix(jqLite): attr() should not special-case 'class' attributeIgor Minar
2011-09-16feat (jquery): upgrade everything to jQuery 1.6.4Igor Minar
2011-09-16fix(angular-mocks): fix forEach -> angular.forEach in $browser.defer.cancelIgor Minar
2011-09-13style(bootstrap): fix some missing spacesDi Peng
2011-09-13refactor(angular): externalize script load order into JSONDi Peng
2011-09-08fix($location): Use encodeUriQuery instead of escapeKai Groner
2011-09-08fix(scenario): temporary fix for FF6Vojta Jina
2011-09-08style: fix some missing semi-colons and spaces, typosVojta Jina
2011-09-08refactor($route): remove some odd code and rename allowReload to forceReloadVojta Jina
2011-09-08fix(scenario): do not navigate if click event was cancelledVojta Jina
2011-09-08feat(scenario): browserTrigger returns false if preventDefault()Vojta Jina
2011-09-08fix(docs): update docs to reflect new $location and fix e2e testsVojta Jina
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-09-08feat($location): $location service with html5 history api supportVojta Jina
2011-09-08feat(jqLite): add event.isDefaultPrevented() as jQueryVojta Jina
2011-09-08feat($browser): add $browser.baseHref()Vojta Jina
2011-09-08feat($sniffer): basic implementation of browser feature testingVojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-09-08style(filter): Couple of missing spaces, semi-colons, add empty linesVojta Jina
2011-09-08fix(filter.currency): Return empty string for non-numbersVojta Jina
2011-09-07fix(ng:options): ng:change should be called after the new val is setIgor Minar
2011-09-05fix($browser.xhr): not convert 0 status to 200Vojta Jina
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-09-01docs(ng:bind): fix example codeIgor Minar
2011-09-01fix(ng:class): make ng:class friendly towards other code adding/removing classesIgor Minar
2011-09-01fix(jqLite): addClass should ignore falsy valuesIgor Minar
2011-09-01fix(jqLite): special-case attr('class') because of IE9 bugIgor Minar
2011-09-01feat(scope): add listener deregistration fn for $watch and $onIgor Minar
2011-09-01docs(API): various api doc fixes from ToniIgor Minar
2011-08-31kill(merge): removing merge fn - dead buggy code with no specsIgor Minar
2011-08-31fix(scope): fix edge case for $digest & $broadcast scope traversalIgor Minar
2011-08-31style(docs): improve the formatting of events in docsMisko Hevery
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-31bug($xhr.bulk): fix exceptions under some circumstancesMisko Hevery
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-25fix(markup): Make special attrs such as ng:href work even without bindingDi Peng
2011-08-24fix(events): fixing IE specific issuesIgor Minar
2011-08-24feat(scope): support for eventsIgor Minar
2011-08-24feat(ng:cloak): add ng:cloak directiveIgor Minar
2011-08-24fix(AngularPublic): expose missing angular public methodsDi Peng
2011-08-24doc(API): various API documentation improvementsToni Thompson
2011-08-23fix(jqlite): correct the jqLite.removeClass methodIgor Minar