aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-07-18fix(strict mode): fix all issues discovered by strict mode and unit/e2e testsIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-17style(jqLiteSpec): add spaceDi Peng
2011-07-17feat(jqlite): added show(),hide() and eq() methods to jqliteDi Peng
2011-07-13fix(ng:class): preserve classes added post compilationDi Peng
2011-07-13refactor($browser.xhr): use $browser.addJs for JSONPIgor Minar
2011-07-13fix($browser.addJs): make addJs jQuery compatibleIgor Minar
2011-07-13fix($browser.xhr): properly delete jsonp callbacksIgor Minar
2011-07-12fix:jqLite: Set event.target on IE<8Vojta Jina
2011-07-12fix:jqLite: Normalize non-existing attributes to undefined as jQueryVojta Jina
2011-07-12fix:jqLite: Fix binding to more events separated by spaceVojta Jina
2011-07-12test(ng:repeat): add tests for $position for small arrays/objectsIgor Minar
2011-07-01fix:exceptionHandler mock: should not specify dependenciesIgor Minar
2011-07-01fix:$browser mock: defer.flush() should flush all fnsIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-06-27fix:tests: replace angular.annotate with annotateIgor Minar
2011-06-27test:ng#class: added a better unit test for ng:classDi Peng
2011-06-27fix:testabilityPatch: remove annotate since it's not publicIgor Minar
2011-06-23feat:filter.date: add day/month string format supportDi Peng
2011-06-23fix:ng:repeater - fix $position when collection size changesMisko Hevery
2011-06-23style:ApiSpecs - clean up test names to match jasmine conventionsMisko Hevery
2011-06-23fix:$orderBy - return unsorted array if no predicateMisko Hevery
2011-06-23fix:scope - reintroduce support for eager servicesDi Peng
2011-06-23test:angular.service - add tests for $injectDi Peng
2011-06-17Fix failing unit tests in IE7 (Binder, select widget)Vojta Jina
2011-06-17Fix compiler test for IE9Vojta Jina
2011-06-17Remove obsolete scenario folderVojta Jina
2011-06-16Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to marku...Di Peng
2011-06-15Fix test for scenario.Application - should remove old iframeVojta Jina
2011-06-08remove ng:format=indexMisko Hevery
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Added prepend() to jqLiteMisko Hevery
2011-06-08Added support for deferring callbacks in timeMisko Hevery
2011-06-08Fixed indentation errorMisko Hevery
2011-06-08Throw error when compiling multiple rootsMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-08Cleanup parser code to expose smaller APIMisko Hevery
2011-06-08Added HashMapMisko Hevery
2011-06-08Added nextUid() function for unified way of generating IDs in angularMisko Hevery
2011-06-08Proper handling of special attributes in jqliteMisko Hevery
2011-06-08fix JSON to match native browser behaviorMisko Hevery
2011-06-08better error reporting for exceptionsMisko Hevery
2011-06-08code cleanup: missing ; and indentationMisko Hevery
2011-06-08Number filter would return incorrect value when fractional part had leading z...Misko Hevery
2011-06-06added input#val methodDi Peng
2011-06-05renamed $pause to $sleep AND $wait to $pauseDi Peng
2011-06-02Fix CSS tests on OperaVojta Jina
2011-06-02Refactor $browser's lazy start pollingVojta Jina
2011-06-02Fix hashchange event on IE8 compatibility modeVojta Jina
2011-06-02Fix unit test in IE7Vojta Jina