aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
AgeCommit message (Expand)Author
2011-02-15split up services into individual filesIgor 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-07$resource service docsIgor Minar
2011-02-07docs for $xhr, $xhr.error and $xhr.cacheIgor Minar
2011-02-06fix how redirection is handled and testedIgor Minar
2011-02-04$route.onChange should return the registered fnIgor Minar
2011-02-03added more cookbook: work in progressMisko 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-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-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24Revert "$route should create child scope via $new"Igor Minar
2011-01-24$cookies service should not call $eval during $evalIgor Minar
2011-01-19add ng:view widgetIgor Minar
2011-01-19$route should create child scope via $newIgor Minar
2011-01-19angular internals should not call methods via angular namespaceIgor Minar
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-10fixing missing dependencyIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10fix for IE free function weirdnessMisko Hevery
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-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-22fromJson delegation to native JSON parser if availableIgor Minar
2010-12-10$defer service should always call $eval after callback finishedIgor Minar
2010-12-07improving $resource docsIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-11-25more docs for angular.service.Igor Minar
2010-11-25Doc service: added example into service overviewVojta Jina
2010-11-18don't escape $ in hashpath eitherIgor Minar
2010-11-18don't escape ! and : in hashPathIgor Minar
2010-11-18fix all closure compilation warnings due to invalid function typesIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18make @param type and description non-optionalIgor Minar
2010-11-18make @returns type non-optionalIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-15Added basic Services, which support @memberOf and @methodOfVojta Jina
2010-10-31Small refactor in $location serviceVojta Jina
2010-10-31Fixing issue #98 (infinite loop when location hash set empty)Vojta Jina