aboutsummaryrefslogtreecommitdiffstats
path: root/src/services.js
AgeCommit message (Expand)Author
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
2010-10-23$cookieStore should not be a global serviceIgor Minar
2010-10-19Added tests for URL_MATCH and fixed issue with empty pathVojta Jina
2010-10-18small fixes to the $location servicesIgor Minar
2010-10-18Removed $location.cancel() method (and related test)Vojta Jina
2010-10-18Update $location API Close #62Vojta Jina
2010-10-18Update $location API Close #62Vojta Jina
2010-10-14publish $route since we bind it with $route.current in ng:includeMisko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-12fixing missing semicolonIgor Minar
2010-10-13fix memory leak caused by leftbehind $invalidWidgets referencesIgor Minar
2010-10-13temparary backaward compatibility patch for Controller.initIgor Minar
2010-09-27Reworked the cookie synchronization between cookie service, $browser and docu...Igor Minar
2010-09-26Properly initialize cookie service in order to preserve existing cookiesIgor Minar
2010-09-23$cookies service refactoringIgor Minar
2010-09-23Rewrite session store service in object literal style and remove getAll metho...Igor Minar
2010-09-22Refactored the Browser:Misko Hevery
2010-09-16removed unneeded commentMisko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-11clean up for better obfuscationMisko Hevery
2010-08-10added additional testMisko Hevery
2010-07-30minor speed improvements or URL parsingMisko Hevery
2010-07-30fix up the $location encodingMisko Hevery
2010-07-29refactored $location service so that it correctly updates under all conditionsMisko Hevery
2010-07-26add $exceptionHandler serviceMisko Hevery