aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2014-02-16docs(bike-shed-migration): fix invalid </file name=""> HTML in examplesPeter Bacon Darwin
2014-02-16docs(ngResource): fix over-length linePeter Bacon Darwin
2014-02-16docs(sce): fix invalid @name tagsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): let markdown deal with extenal linksPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert <doc:...> examples to <example>...Peter Bacon Darwin
2014-02-16docs(sce): fix reference to $sceDelegateProviderPeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): move ng module doc into Angular.jsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): Add missing module tagPeter Bacon Darwin
2014-02-15fix(numberFilter): convert all non-finite/non-numbers/non-numeric strings to ...Sergei Z
2014-02-14style(animate): remove wsIgor Minar
2014-02-14fix($animate): ensure $animate doesn't break natural CSS transitionsMatias Niemelä
2014-02-14pref($animate): only trigger DOM callbacks if registered on the element being...Matias Niemelä
2014-02-14pref($animate): group all asynchronous requests into one shared bufferMatias Niemelä
2014-02-14chore(jqLite): expose the _data lookup function to angular.elementMatias Niemelä
2014-02-14fix($compile) support templates with table content root nodesCaitlin Potter
2014-02-13fix(input): don't apply textInput to <input type="file">Tim Whitbeck
2014-02-12fix(input): setViewValue on compositionendCaitlin Potter
2014-02-12docs($interpolate): fix link to $interpolateProvider#endSymbolCaitlin Potter
2014-02-12docs($location): fix link to $rootScope.Scope.$onCaitlin Potter
2014-02-12docs(currencyFilter): added missing line break in currency doc ptor testJames Kyle
2014-02-12docs(input): document NgModelController.$isEmpty parameters / return valueMathieu Tricoire
2014-02-11docs(core): add closing tag to ngApp directive exampleJesse Palmer
2014-02-11docs(jqLite): link to jQuery.fn.bind/unbind docs rather than jQuery.fn.on/off...Evgeniy Tkachenko
2014-02-11feat(filterFilter): support deeply nested predicate objectsCaitlin Potter
2014-02-11refactor(ngTransclude): use transclusion function passed in to linkDaniel Tabuenca
2014-02-10docs(ngSubmit): ngSubmit also works with the `data-action`/`x-action` attributesJames Wagoner
2014-02-10fix($compile): ensure element transclusion directives are linked with comment...Caitlin Potter
2014-02-07revert: refactor(mocks): simplify the `inject` implementationIgor Minar
2014-02-06chore(testing): de-flake a ngHref test for navigating away from the Angular pageJulie
2014-02-06fix($locale): Minor grammar amends for locale_ltKasparas Galdikas
2014-02-06docs(injector): correct typo in examplesunderls
2014-02-06fix(mocks): rename mock.animate to ngAnimateMock and ensure it contains all t...Matias Niemelä
2014-02-06fix(mocks): remove usage of $animate.flushNext in favour of queingMatias Niemelä
2014-02-05docs(angular.forEach): add missing space in testFranziskus Domig
2014-02-05chore(testing): run end to end tests on firefox and safari as well as chromeJulie
2014-02-05docs(forEach): correct spelling errorHopiu
2014-02-04fix(ngMock): return false from mock $interval.cancel() when no argument is su...Daniel Luxemburg
2014-02-04fix(jqLite): trim HTML string in jqLite constructorCaitlin Potter
2014-02-04fix($http): ignore xhr.responseType setter exception if value is "json"Caitlin Potter
2014-02-04docs(log.js): param debugEnabled is a boolean and not a stringGiffenGood
2014-02-04revert: "fix($http): ignore xhr.responseType setter exception if value is "js...Caitlin Potter
2014-02-04fix($http): ignore xhr.responseType setter exception if value is "json"Caitlin Potter
2014-02-04fix(ngResource): don't filter "$"-prefixed properties from ngResource request...Thomas Belin
2014-02-04docs($compile): fixed syntax error.Kamil Pekala
2014-02-04docs($q): fixed grammatical errorJohn Kurlak
2014-02-03refactor(mocks): simplify the implementationIgor Minar
2014-02-03fix(mocks): always call functions injected with `inject` with `this` set to t...Wes Alvaro
2014-02-03chore(ngClass): remove debugger statement from an e2e testIgor Minar