aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
AgeCommit message (Expand)Author
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
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-08better error reporting for exceptionsMisko Hevery
2011-06-02Fix unit test in IE7Vojta Jina
2011-04-09fix build for IE9Igor Minar
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-02-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-02-03corrected typo in the dump function which was preventig serialization of objectsMisko Hevery
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-18improved dump function to atomatically render HTMLMisko Hevery
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-15fixed lint warnings and one flaky testMisko Hevery
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-08-18added better handling of ng:format=numberMisko Hevery
2010-08-12Fix toEqual matcher to use angular.equals instead of simple == comparison, wh...Shyam Seshadri
2010-07-23fix issues with ie 7Misko Hevery
2010-07-02changed the eval for ie to be able to return a functionMisko Hevery