aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
AgeCommit message (Expand)Author
2013-08-23chore: reorganize test helper files under test/helpersIgor Minar
2013-08-09fix(docs-bootstrap): Removed injector from bootstrapped docs samplesJeff Cross
2013-08-07chore(dump): fix our karma.dump bridgeIgor Minar
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-23fix(dump): Prevented window.dump from being overridden by karma-jasmine.Jeff Cross
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-05-08test(sortedHtml): ignore bogus rowspan=1 and colspan=1 in IEIgor Minar
2013-05-08test(sortedHtml): fix comment support in sortedHtml helperIgor Minar
2013-04-18test(modules): fix module tests which got disabled by ngMobileIgor Minar
2013-04-11fix(ngAnimate): prevent animation on initial page loadMisko Hevery
2013-02-25chore(sortedHtml): print attributes with empty valueIgor Minar
2013-01-09fix(jqLite): children() should only return elementsPete Bacon Darwin
2012-05-17fix(jqLite): have same expando format as jQueryMisko Hevery
2012-05-14fix(jqLite): .data()/.bind() memory leakMisko Hevery
2012-05-03chore(testabilityPatch): print number of leaked references if anyIgor Minar
2012-05-03chore(trace): add helper method traceIgor Minar
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-05refactor(testabilityPatch): Change JSTD fail to more general throwVojta Jina
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-25feat(test): support it('should', pending);Misko Hevery
2012-01-23chore(log): generic test log service with custom toEquals matcherIgor Minar
2012-01-03refactor: remove old JSTD assertionsVojta Jina
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK moduleMisko Hevery
2011-11-14refactor(mock): moved mocks into its own moduleMisko Hevery
2011-11-14refactor(parser): turn parser into a service (keep compatibility hack)Misko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14new(injector): new injector v2.0Misko Hevery
2011-11-14refactor(api): cleaned up the externalization of angular API methodsMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-31feat(matchers): extract jasmine matchers into separate file for future reuseVojta Jina
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-27test(matchers): add toBeOneOf matcherIgor Minar
2011-09-16fix(specs): fix jQuery to jqLite binding on IE8Igor Minar
2011-08-18feat(test): toHaveBeenCalledOnce jasmine matcherVojta Jina
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-07-17feat(jqlite): added show(),hide() and eq() methods to jqliteDi Peng
2011-06-27fix:testabilityPatch: remove annotate since it's not publicIgor Minar
2011-06-17Fix failing unit tests in IE7 (Binder, select widget)Vojta Jina
2011-06-08Added ng:options directiveMisko Hevery