aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-10chore(gitignore): ignore *.swp files from vimIlia Choly
2013-10-09feat(ngRepeat): use block separator commentsjankuca
2013-10-09fix(jqLite): ignore class methods on comment elementsVojta Jina
2013-10-09revert: fix($parse): handle promises returned from parsed function callsIgor Minar
2013-10-09fix($parse): deprecate promise unwrapping and make it an opt-inIgor Minar
2013-10-09docs($anchorScroll): fix example controller and styleBen Lesh
2013-10-09docs($log): explain how to configure debug loggingHenry Hazan
2013-10-09fix(ngMock.$interval): should use angular.isDefinedMark J. Titorenko
2013-10-09test(filters): fix timezone-dependent testBrian Ford
2013-10-09docs(tutorial/step11): correct Jasmine Matcher linkMarko Bonaci
2013-10-08docs(guide/animations): improve animations guideBrian Ford
2013-10-08docs(tutorial): fix style across tutorial stepsBrian Ford
2013-10-08docs(jqLite): improve jqLite docsBrian Ford
2013-10-08feat(tutorial): add step 12 of the phonecat tutorialBrian Ford
2013-10-08chore(travis): enable Firefox againVojta Jina
2013-10-08fix(ngTouch): ngClick does not pass touchend event when jQuery is loadedSteven Sojka
2013-10-08docs(cookbook/adv_forms): simplify exampleJ Bruni
2013-10-08fix(ngTouch): add $event to ng-swipeAdam Kent
2013-10-08docs(angular.equals): fix simple typoMarc Tamlyn
2013-10-07fix(input): `false` is no longer an empty value by defaultPete Bacon Darwin
2013-10-07feat($interval): add a service wrapping setIntervalJulie
2013-10-07fix(ngScenario): remove redundant assignmentPete Bacon Darwin
2013-10-07revert: refactor($parse): only instantiate lex/parse onceIgor Minar
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-07style(select): fix semicolons and varsPeter Bacon Darwin
2013-10-07style(injectorSpec): add semicolons & test helpersPeter Bacon Darwin
2013-10-07style(angularSpec): add missing semicolonPeter Bacon Darwin
2013-10-07docs(ngModel): fix grammar and improve clarityDave Peticolas
2013-10-07refactor($parse): only instantiate lex/parse oncePeter Bacon Darwin
2013-10-07docs(ngValue): add docs for ngValue directiveBrian Ford
2013-10-06docs(tutorial/step02): fix missing bracepzajdel
2013-10-05fix(rootScope): make stopPropagation only stop its own eventPete Bacon Darwin
2013-10-05docs(a): change model.$save() into something less deceptiveMichiel Staessen
2013-10-05docs(ngList): improve grammar and clarityDave Peticolas
2013-10-05docs(filter): add missing semi-colonTom Elovie Spruce
2013-10-05docs(tutorial/step_07): fix module nameEric Large
2013-10-05docs($resource): remove extra "to" from $resource docsDavid Barker
2013-10-04fix(ngResource): Remove request body from $deleteJen Bourey
2013-10-04chore($parse): convert parser() and lex() to prototype-based codejankuca
2013-10-04chore(docs): fix broken IE8 test due to sanitization bugMatias Niemelä
2013-10-04chore(travis): temporarily disable FirefoxVojta Jina
2013-10-04fix(routeProvider): parametrized routes do not match against locations that w...Nicola Peduzzi
2013-10-03fix($compile): fix (reverse) directive postLink fn execution orderIgor Minar
2013-10-03fix($compile): don't terminate compilation for regular transclusion directivesIgor Minar
2013-10-03docs(guide/directive): clarify use of binding to scopesgdennie
2013-10-03docs(guide/directive): fix indentation in example codemtaran-google
2013-10-03docs(angular.bind): clarify that bind is partial applicationJoe Hanink
2013-10-03docs($sce): fix punctuationSimeon Willbanks
2013-10-03docs(rootScope): improve grammar and clarityDave Peticolas
2013-10-03docs(guide/$location): fix broken example demoPete Bacon Darwin