aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-02-06fix how redirection is handled and testedIgor Minar
2011-02-04mock $log: fixed bug, added some testsVojta Jina
2011-02-04ng:view should be nestable in ng:includeIgor Minar
2011-02-04$route.onChange should return the registered fnIgor Minar
2011-02-04mock's .xhr.flush() should throw exception when there is nothing to flushIgor Minar
2011-02-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-03fixed population of value attribute on optionMisko Hevery
2011-02-03corrected typo in the dump function which was preventig serialization of objectsMisko Hevery
2011-02-01add support for $route.reload()Igor Minar
2011-02-01add $route.parent for setting parentScopeIgor Minar
2011-02-01add redirection support to $routeIgor Minar
2011-02-01fix $location to handle updates to empty hash wellIgor Minar
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-02-01add support for 404 handling via $route.otherwiseIgor Minar
2011-02-01adding spec for controller-less $route definitionsIgor Minar
2011-01-26fix for stupid IE handling of named functions in mocksIgor Minar
2011-01-26add missing test/mocks.jsIgor Minar
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-25compile but don't bind option elements nested in a nameless selectIgor Minar
2011-01-25Scope should retrieve $log and $exceptionHandler via $serviceIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24ng:view should propagate evals to the current child scopeIgor Minar
2011-01-24Revert "$route should create child scope via $new"Igor Minar
2011-01-24Revert "fix ng:include issue introduced by a5eb3ed1"Igor Minar
2011-01-24fix for infinite loop in retrieveScope with jQuery + specsIgor Minar
2011-01-24$cookies service should not call $eval during $evalIgor Minar
2011-01-20null and other falsy values should not be rendered in the viewIgor Minar
2011-01-19fix ng:include issue introduced by a5eb3ed1Igor Minar
2011-01-19add ng:view widgetIgor Minar
2011-01-19$route should create child scope via $newIgor Minar
2011-01-18improved dump function to atomatically render HTMLMisko Hevery
2011-01-14support compilation in HTML widgetsMisko Hevery
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-13fix for angular.Object.equals to handle equals({},null)Igor Minar
2011-01-10Fixed filter.date, so it parses format ending with non-replaced stringVojta Jina
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10fix onhashchange tests for IEIgor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-07use toMatch in widgetSpecIgor Minar
2011-01-07Revert "Issue #51: Update extensionMap()"Igor Minar
2011-01-06removed dissabled tests which are now outdatedMisko Hevery
2011-01-06converted last of tests to specsMisko Hevery
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2011-01-04renaming service property $creation to $eagerIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
2010-12-23fixing invalid json strings in ResourceSpecIgor Minar