aboutsummaryrefslogtreecommitdiffstats
path: root/test/service
AgeCommit message (Expand)Author
2012-03-09refactor($provide) Rename service -> providerVojta Jina
2012-03-08chore(directives,widgets): reorg the code under directive/ dirIgor Minar
2012-03-08fix($parse): Allow property names that collide with native object propertiesVojta Jina
2012-03-08fix(tests): fix name collisions between various testsIgor Minar
2012-03-08docs($rootScope): rename ttl to digestTtl + docsIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-28refactor(ng:view) Make $route scope agnostic, add $contentLoaded eventVojta Jina
2012-02-28refactor($route): remove .parent(); ng:view scope creationMisko Hevery
2012-02-28refactor($route): move when/otherwise to providerMisko Hevery
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-25fix($http): Do not serialize File objectVojta Jina
2012-02-23fix($httpBackend): Set current url, if not defined or empty stringVojta Jina
2012-02-23feta(scope): watch object refference or equalityMisko Hevery
2012-02-21feat($compiler): Allow attr.$observe() interpolated attrsVojta Jina
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-02-21feat($compile): mark scope creation with ng-scope classMisko Hevery
2012-02-21feat($compile): support compiling text nodes by wrapping them in <span>Misko Hevery
2012-02-21feat(parse): add support for local vars in expressionsMisko Hevery
2012-02-21feat(scope): scope.$emit/$broadcast return the event object, add cancelled pr...Vojta Jina
2012-01-25fix($parse): get rid of $unboundFnIgor Minar
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-25refactor($interpolate): improve interpolation service add documentationMisko Hevery
2012-01-25feature($exceptionHandler): $exceptionHandler now supports var_argsMisko Hevery
2012-01-23fix(scope): support watching functionsIgor Minar
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-23refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...Vojta Jina
2012-01-23refactor(scope): separate controller from scopeVojta Jina
2012-01-14fix($location): do not $digest if browser's url change fired within $apply/$d...Vojta Jina
2012-01-13style(*): small fixesIgor Minar
2012-01-13fix($http): anonnymous response interceptors should be treated as factoriesIgor Minar
2012-01-13fix($http): remove support for PATCH + better whenXXX, expectXXX apiIgor Minar
2012-01-13refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...Vojta Jina
2012-01-13refactor($autoScroll): rename method in test + use $apply instead of $digestVojta Jina
2012-01-13fix($autoScroll): scroll even if $location is in html5 modeVojta Jina
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-09fix($httpBackend): fix for jsonp requestsIgor Minar
2012-01-09feat($http): expose req/resp headers to transform fnsIgor Minar
2012-01-09fix($http): fix and cleanup $http and friendsIgor Minar
2012-01-09feat(browser.defer): flush should throw exception when queue is emptyIgor Minar
2012-01-06feat(scope): throw exception when recursive $applyIgor Minar
2012-01-03style(q): rename src/Deferred.js to src/service/q.jsIgor Minar
2012-01-03refactor: remove old JSTD assertionsVojta Jina
2011-12-07fix(filter): remove the $ prefix from filter service idsIgor Minar
2011-12-07style(scopeSpec): clean up scopeSpec.jsIgor Minar
2011-12-07fix(): use angular.callbacks namespace for jsonp callbacksIgor Minar
2011-12-06fix(route): $destroy scope after update and reloadVojta Jina
2011-12-05feat($http): allow interceptors to be servicesIgor Minar
2011-11-30feat($interpolate): string interpolation functionMisko Hevery