aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-03-05fix orberBy documentation errorMisko Hevery
2011-03-03re-eagarizing the $hover service - mea culpaIgor Minar
2011-03-03fixing left over .scopeIgor Minar
2011-03-03fixing broken e2e testsIgor Minar
2011-03-02$xhr service now autodetects and strips )]}',\nIgor Minar
2011-03-01additional fixes for the angular.compile docsIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-27adding an extra injector specIgor Minar
2011-02-27$cookie factory fn should not run $evalIgor Minar
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ng:re...Misko Hevery
2011-02-22add class on any namespace elmentsMisko Hevery
2011-02-19correct hashchange event registration on windowMisko Hevery
2011-02-18Remove ng:watchMisko Hevery
2011-02-18replace smart-quotes with regular quotesMisko Hevery
2011-02-18Auto create $inject property form the argument names. Any arg starting with $...Misko Hevery
2011-02-17resources should not over-encode chars in url pathIgor Minar
2011-02-17make all built-in services lazyIgor Minar
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16refactored quickClone to cloneNode and exposed it on jQueryMisko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-16remove dom manipulation API from compilerMisko Hevery
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