aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
AgeCommit message (Expand)Author
2011-08-19feat(test): toHaveBeenCalledOnce jasmine matcherVojta Jina
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
2010-07-02change all attributes from ng- to ng: prefixMisko Hevery
2010-05-10improved handling of text fields when formater fails to prevent clobering of ...Misko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-04-27resources now use browser mockMisko Hevery
2010-04-22clean up failing test with jqueryMisko Hevery
2010-04-22fix CI BuildMisko Hevery
2010-04-22tests work under jquery and withoutMisko Hevery
2010-04-22working on jQuery passing testsMisko Hevery
2010-04-21more if tests passMisko Hevery
2010-04-19last failing ie test remainingMisko Hevery
2010-04-19lintMisko Hevery
2010-04-19ie fixesMisko Hevery
2010-04-15added $route serviceMisko Hevery
2010-04-12tests pass on chromeMisko Hevery
2010-04-12removed Meta and allowed binding of HTMLMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery
2010-04-06few fixes to make tests pass with jqueryMisko Hevery