aboutsummaryrefslogtreecommitdiffstats
path: root/src/Browser.js
AgeCommit message (Expand)Author
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
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-04Remove many eager-publish services, lazy pollingMisko Hevery
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor 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-15Added basic Services, which support @memberOf and @methodOfVojta Jina
2010-10-19fix issue where script calls back before callback registered.Misko Hevery
2010-10-18inline all images into cssIgor 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-22Refactored the Browser:Misko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-03added RequestHeaders to XHRMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-22fix howers which were accidently brokenMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-05-30improve error handling with elementsMisko Hevery
2010-05-26added outstanding request queueAndres Ornelas
2010-05-26fixed broken jstd conf fileAndres Ornelas
2010-05-07xhr bulk fixesMisko Hevery
2010-04-30make xhr post optionalMisko Hevery
2010-04-29added $xhr service with bulk and cache, hooked up $resourceMisko Hevery
2010-04-21ie6 now passesMisko Hevery
2010-04-20fixes to enable ieMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-05added hover serviceMisko Hevery
2010-04-05added ng:switch widgetMisko Hevery
2010-04-03browser is now injectable into the systemMisko Hevery
2010-04-03injection is now workingMisko Hevery