aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-16fix(specs): fix jQuery to jqLite binding on IE8Igor Minar
2011-09-16fix(specs): jQuery now returns attr name instead of true/false for special attrsIgor Minar
2011-09-16fix($location) $location specs must unbind document listenerIgor Minar
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(jqLiteSpec): jQuery's css() getter works only for valid rulesIgor 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-12chore(version): preparing the 0.10.2 sneaky-seagull iterationIgor Minar
2011-09-09chore(release): cutting the angular 0.10.1 inexorable-juggernaut releasev0.10.1Igor Minar
2011-09-09docs(changelog): release notes for angular 0.10.1 inexorable-juggernautIgor Minar
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-08doc($location): $location docs + using $location guideVojta 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-08refactor($browser): extract MockWindow, use toHaveBeenCalledOnceVojta 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-06fix(docs): use window.execScript instead of window.eval on IEIgor Minar
2011-09-06chore(config): Remove updateView from jstd configVojta Jina
2011-09-05fix($browser.xhr): not convert 0 status to 200Vojta Jina
2011-09-02test(jsonp): fixing jsonp e2e testsIgor Minar
2011-09-02chore(version.yaml): preparing the 0.10.1 inexorable-juggernaut iterationIgor Minar
2011-09-02cutting the 0.10.0 chicken-hands releasev0.10.0Igor Minar
2011-09-02docs(changelog): release notes for 0.10.0 chicken-handsIgor 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-01test(jqLite): add test for mass assignment to styleIgor 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