aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-02-16added missing semicolonsMisko Hevery
2011-02-16improving the $document docsIgor Minar
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-15split up services into individual filesIgor Minar
2011-02-14docs - adding cross links from directives to guide.expressionIgor Minar
2011-02-10$resource should encode url params with encodeURIComponentIgor Minar
2011-02-07add support for hashSearch redirection and custom redirection functionsIgor Minar
2011-02-07$route redirection should interpolate variablesIgor Minar
2011-02-07$location.updateHash should not preserve hashSearch when hashSearch is undefinedIgor Minar
2011-02-07add description for ng:controller exampleIgor Minar
2011-02-07$resource service docsIgor Minar
2011-02-07docs for $xhr, $xhr.error and $xhr.cacheIgor Minar
2011-02-07adding docs for angular.markup and angular.attrMarkupIgor Minar
2011-02-06fix how redirection is handled and testedIgor Minar
2011-02-04fix typo in $browser mockIgor 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-03Added remainder of the cookbookMisko Hevery
2011-02-03added more cookbook: work in progressMisko Hevery
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-03fixed population of value attribute on optionMisko Hevery
2011-02-01changed the documentation @example to use <doc:example>Misko 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-01fix docs for $window serviceIgor Minar
2011-02-01fixing $exceptionHandler docsIgor Minar
2011-02-01add support for 404 handling via $route.otherwiseIgor Minar
2011-02-01fixing $route docsIgor Minar
2011-01-30jqlite should not generate exceptions when accessing attributes on DocumentIgor Minar
2011-01-30fixing angular.Scope. docsIgor Minar
2011-01-26fix for stupid IE handling of named functions in mocksIgor Minar
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-26adding jsdoc for angular namespaceIgor 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-24remove trailing whitespaceMisko 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-24improve angular.Scope.$eval docsIgor Minar