aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-09-01docs(API): various api doc fixes from ToniIgor Minar
2011-08-31style(e2e tests): shorten jquery/jqlite describeIgor 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-31feat(gdocs.js): output usefull error messages when not logged in.Misko Hevery
2011-08-31feat(jasmine-node): use the jasmine-node NPM to run our non-browser specsMisko Hevery
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-31feat(docs): add support for eventsMisko Hevery
2011-08-31bug($xhr.bulk): fix exceptions under some circumstancesMisko Hevery
2011-08-30style(tests): correct indentationMisko Hevery
2011-08-30test(i18n): Update some i18n/e2e testsDi Peng
2011-08-30feat(i18n): locale specific files changed due to change in ClosureSlurper.jsDi Peng
2011-08-30feat(closureSlurper): closureSlurper plural rulesDi Peng
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
2011-08-30feat(locale): add getPluralCat functionDi Peng
2011-08-29fix(test): improve $cookie service test to work with Safari 5.1Igor Minar
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(doc): generate both normal and debug version of index.htmlDi Peng
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
2011-08-23chore(ide): add pom.xml for IDEs that grok mavenIgor Minar
2011-08-21fix(docs): remove more unecessary use of hide() and show() methodDi Peng
2011-08-21doc(changelog): add info about the memory leak in ng:optionsIgor Minar
2011-08-21preparing the project for 0.10.0 chicken-hands iterationIgor Minar
2011-08-21release notes of the 0.9.19 canine-psychokinesisIgor Minar
2011-08-21fix(docs): work around the lame ng:show directiveIgor Minar
2011-08-21fix(docs): change docs.css to avoid css clashes in buzz exampleIgor Minar
2011-08-19fix(sample): Fix for jsFiddle integrationDi Peng
2011-08-19feat($route): add reloadOnSearch route param to avoid reloadsIgor Minar
2011-08-18fix($resource): properly call error callback when resource is called with two...Karl Seamon
2011-08-18feat(test): toHaveBeenCalledOnce jasmine matcherVojta Jina
2011-08-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15fix(filters): fix lint warningsIgor Minar
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-15chore(jasmine): disable 'Jasmine waiting for..' msgIgor Minar
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-15refactor(json): use angularString instead of angular.StringIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-15chore(.idea): remove all obsolete idea filesIgor Minar
2011-08-14feat(i18n): add i18n/locale rule set filesIgor Minar
2011-08-14break(date): remove support for 'long', 'longtime' date formats and 'z' flagIgor Minar
2011-08-14feat(i18n): collect and convert locale info from closureDi Peng
2011-08-14refactor(date,curreny,number): inject and use $locale in filtersDi Peng
2011-08-14feat($locale): add default locale service for en-USDi Peng
2011-08-14fix(directives): make ng:class-even/odd work with ng:classDi Peng