Commit Graph

  • 50eb7f15b8 docs(scope): fix typo $digest -> $watch Mark Hansen 2011-12-16 14:49:47 +11:00
  • 212a6ff29a docs(resource): fix params for non-get actions Sean Gilligan 2011-12-28 13:02:09 -08:00
  • 871252ab4c docs(guide): fix $xhr -> $http links Igor Minar 2011-12-07 16:59:06 -08:00
  • 0c534644bc fix(input): bind inputs to the 'input' event bartes 2011-11-18 20:10:04 +01:00
  • c28662d28d fix(filter): remove the $ prefix from filter service ids Igor Minar 2011-12-06 12:20:35 -08:00
  • b97c6e5f74 style(scopeSpec): clean up scopeSpec.js Igor Minar 2011-12-03 17:14:58 -08:00
  • 4e3c05b99e feat(injector): add $provide.decorator Igor Minar 2011-12-02 19:38:39 -05:00
  • 5e4d59adf0 style(injector): cleanup of InjectorSpec.js Igor Minar 2011-12-02 18:39:31 -05:00
  • fd38655e6c fix(): use angular.callbacks namespace for jsonp callbacks Igor Minar 2011-12-07 07:53:57 -08:00
  • b9001e9147 fix(route): $destroy scope after update and reload Vojta Jina 2011-11-30 20:12:42 -08:00
  • d1e7a5394a docs(form): add docs about form submission Igor Minar 2011-12-06 13:29:09 -08:00
  • 2090136dd8 docs(ng:submit): update docs example to not add empty items Vojta Jina 2011-11-24 21:25:04 -08:00
  • c9f2b1eec5 feat(form): do not prevent submission if action attribute present Vojta Jina 2011-11-24 19:28:09 -08:00
  • 163e05ed36 feat($http): allow interceptors to be services Igor Minar 2011-12-01 18:54:46 -05:00
  • 2986a09c0d fix(jqLite): JQLiteHasClass should work even when minified Igor Minar 2011-11-28 22:07:33 -05:00
  • bb2e7488fa fix($httpBackend mock): getResponseHeader should be case insensitive Igor Minar 2011-12-01 18:21:45 -05:00
  • 44b2f44f93 fix($resource): forwardport exposing headers from 0.9.19 Igor Minar 2011-12-01 16:20:08 -05:00
  • 1d14760c6d fix(ng:include): prevent race conditions by ignoring stale http callbacks Igor Minar 2011-11-30 14:47:28 -05:00
  • baa7af0df0 docs($location): add docs for the $location.search setter Igor Minar 2011-11-30 14:13:15 -05:00
  • f43c226c67 fix(copy,equals): prevent browser crashes with Scope or Window Igor Minar 2011-11-30 14:06:04 -05:00
  • 0e1fa2aefe feat($interpolate): string interpolation function Misko Hevery 2011-11-17 12:49:15 -08:00
  • 3d0ce0ebe9 feat($location): name the watch function to ease debugging Igor Minar 2011-11-29 19:36:43 -05:00
  • b00da987a9 scope($digest): add new&old val to the infinite $digest log Igor Minar 2011-11-29 16:54:25 -05:00
  • 188bdf7768 feat($http): add response interceptors Igor Minar 2011-11-30 03:58:34 -05:00
  • dbd880cc0a feat($http): add promise support Igor Minar 2011-11-24 03:53:04 -08:00
  • bf8e0540f8 feat(dump): add support for arrays, functions, errors Igor Minar 2011-11-24 03:40:27 -08:00
  • 78b6e8a446 feat($parse): add support for transparent evaluation of Promises Igor Minar 2011-11-23 15:53:06 -08:00
  • b656552d68 fix(angular-boostrap): add missing jQuery/jqLite binding Igor Minar 2011-11-23 15:49:10 -08:00
  • 1cdfa3b960 feat(deferreds/promises): Q-like deferred/promise implementation with a ton of specs Igor Minar 2011-11-08 01:56:42 -08:00
  • 16363d8000 refactor(ng:view, ng:include): pass cache instance into $http Vojta Jina 2011-11-04 18:33:12 -07:00
  • 92995bbce9 fix($http): default json transformation should not crash on angular template Vojta Jina 2011-11-04 18:02:47 -07:00
  • b9707d910e style(): get rid off some jsl warnings Vojta Jina 2011-11-04 17:15:03 -07:00
  • 5bbd64ac65 feat($http): allow passing custom cache instance per request Vojta Jina 2011-11-04 16:34:47 -07:00
  • caeb1bf899 feat($httpBackend): fix 0 status code when "file" protocol Vojta Jina 2011-11-03 17:14:03 -07:00
  • 9b4efa73f9 feat(mock.$httpBackend): say which request was expected when unexpected request error Vojta Jina 2011-11-03 15:17:32 -07:00
  • 4aaa2f7f6b feat(mock.$httpBackend): verify expectations after flush() Vojta Jina 2011-11-01 13:40:51 -07:00
  • 6290bd4587 refactor(mock.$httpBackend): rename when().then() to when().respond() Vojta Jina 2011-11-01 13:27:42 -07:00
  • e9f81b6631 fix(mock.$httpBackend): flush() even requests sent during callbacks Vojta Jina 2011-11-01 13:21:00 -07:00
  • afbe073121 feat(mock.$httpBackend): add verifyNoOutstandingRequest method Vojta Jina 2011-10-31 20:34:03 -07:00
  • 7b705df2b7 feat($http): broadcast $http.request event Vojta Jina 2011-10-31 12:03:09 -07:00
  • a4c8ac7126 feat(mock.$httpBackend): throw when nothing to flush, dump data/headers when expected different Vojta Jina 2011-10-31 11:36:31 -07:00
  • e3e2e4436e fix($http): add .send() alias for .retry() to get better stack trace on error Vojta Jina 2011-10-31 11:34:28 -07:00
  • 972c3e9be0 refactor($http): change callback matching mechanism Vojta Jina 2011-10-26 21:16:01 -07:00
  • feacf608ee fix($resource): to work with $http, $httpBackend services Vojta Jina 2011-10-19 10:47:17 -07:00
  • fe633dd0cf fix($http): allow multiple json vulnerability prefixes Vojta Jina 2011-10-18 17:03:48 -07:00
  • fdcc2dbfd3 feat($http): expose pendingRequests and configuration object Vojta Jina 2011-10-17 22:52:21 -07:00
  • 5ad0c7d0e4 feat($httpBackend): extract $browser.xhr into separate service Vojta Jina 2011-08-23 22:19:36 +02:00
  • 540701a8d8 feat(mocks.$browser): add simple addJs() method into $browser mock Vojta Jina 2011-08-23 22:17:38 +02:00
  • 4d2d70e7fb feat($templateCache): add $templateCache - shared by ng:include, ng:view Vojta Jina 2011-10-18 16:35:32 -07:00
  • cd28a2e952 feat(mocks.$httpBackend): add $httpBackend mock Vojta Jina 2011-08-16 21:24:53 +02:00
  • 59adadca08 feat($http): new $http service, removing $xhr.* Vojta Jina 2011-08-05 01:24:41 +02:00
  • 497839f583 feat($cacheFactory): add general purpose $cacheFactory service Igor Minar 2011-02-16 20:04:39 -05:00
  • 5487bdb3d1 feat($browser.xhr): add timeout option to abort request Vojta Jina 2011-08-18 23:48:01 +02:00
  • 3ae3ccf3da fix($browser.xhr): fix IE6, IE7 bug - sync xhr when serving from cache Vojta Jina 2011-08-18 23:43:25 +02:00
  • e9b57f9df8 fix($browser.xhr): respond with internal -2 status on jsonp error Vojta Jina 2011-08-10 16:03:26 +02:00
  • 45f47ff6cd fix($browser.xhr): change method "JSON" to "JSONP" Vojta Jina 2011-08-10 15:59:55 +02:00
  • 0c8b35681e feat($browser): xhr returns raw request object Vojta Jina 2011-08-03 13:53:59 +02:00
  • a035e88397 docs(guide): fix directives guide docs Igor Minar 2011-11-28 18:04:01 -05:00
  • 3548fe3139 feat(service.$autoScroll): scroll to hash fragment Vojta Jina 2011-11-15 11:56:13 -08:00
  • 29f9e2665d fix(scope): $watch (and angular.equals) should support NaN values Codier 2011-11-15 18:45:36 -06:00
  • 8d1944851d fix(docs): specify disqus_url Igor Minar 2011-11-19 15:41:21 -08:00
  • 3e1a6688c3 chore(browser): rename Browser.js -> browser.js, BrowserSpec.js -> browserSpec.js TEHEK Firefox 2011-10-28 15:32:32 +00:00
  • aba9bb2a24 fix(input): treat all not number model as blank Misko Hevery 2011-11-15 11:19:37 -08:00
  • 5857c44e0c fix(radio): fix binding to value={{exp}} Misko Hevery 2011-11-15 11:03:03 -08:00
  • 8adae2fdf2 refactor(injector): removed loadModule/ng:module Misko Hevery 2011-11-14 15:58:40 -08:00
  • 955551141d style(angularPublic): move public export definition to AnuglarPublic.js Misko Hevery 2011-11-14 15:08:21 -08:00
  • 94e1a07b28 doc(rename): NG_LOCALE -> ngLocale Misko Hevery 2011-11-14 14:59:24 -08:00
  • ac73e8877e add(doc): added missing angular.module.ng namespace Misko Hevery 2011-11-14 14:32:36 -08:00
  • e88dfb734a refactor(injector): $injector is no longer a function. Misko Hevery 2011-11-12 15:23:30 -08:00
  • 8d6dc0b9a7 del($eager): removed the support for $eager services Misko Hevery 2011-11-12 14:57:43 -08:00
  • acbd7cdf32 style(docs): make jslint happy - fix some warnings Vojta Jina 2011-11-11 17:15:22 -08:00
  • 035c751076 fix(doc) cleanup all dev guide doc link warnings Misko Hevery 2011-11-10 21:03:39 -08:00
  • 186a840cd3 feat(bootstrap): added angular.bootstrap method Misko Hevery 2011-11-10 20:04:15 -08:00
  • b09595a3c1 fix(doc) cleanup all api doc link warnings Misko Hevery 2011-11-10 18:47:47 -08:00
  • f6d98f1472 fix(doc): make output less noisy Misko Hevery 2011-11-10 13:31:36 -08:00
  • 5279de0e70 fix($location): links without path segment should not change the path Vojta Jina 2011-11-10 11:11:43 -08:00
  • 8fe77b69e8 refactor(docs): improved the visual rendering of the documentation pages Misko Hevery 2011-11-10 13:07:50 -08:00
  • 1cc6bee4ce docs(browser): moved and migrate browser removed unneeded files. Misko Hevery 2011-11-10 12:12:02 -08:00
  • a8aa193c6b doc($rootScope): scope documentation changes Misko Hevery 2011-11-10 11:59:54 -08:00
  • e45b013143 doc(locale): migrate docs to new format Misko Hevery 2011-11-10 09:59:38 -08:00
  • ea18f4548d doc($formFactory): migrated the $formFactory documentation Misko Hevery 2011-11-10 09:54:21 -08:00
  • 57c37a21d1 doc(service): update docs for the moved services Misko Hevery 2011-11-09 22:23:36 -08:00
  • 74fac45f48 doc($filter): added $filter documentation Misko Hevery 2011-11-09 22:02:39 -08:00
  • f0fa5e6376 doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module Misko Hevery 2011-11-09 21:18:34 -08:00
  • c283bf6035 refactor($location): merged $locationConfig service into $locationProvider Misko Hevery 2011-11-08 20:42:16 -08:00
  • b3c17f3fdc chore(scope): remove $service Misko Hevery 2011-11-08 20:31:22 -08:00
  • 9c06394376 chore(scenario tests): make scenario tests pass again Misko Hevery 2011-11-08 17:40:52 -08:00
  • 085e3c611f new(directive): added ng:module directive for loading modules Misko Hevery 2011-11-08 17:40:03 -08:00
  • 4b35a59c6a refactor(scenario): fix scenario bootstrap & publish injector for inspection Misko Hevery 2011-11-07 21:55:41 -08:00
  • 7cb03c5ab9 chore(angular): clean up unused constants Misko Hevery 2011-11-07 21:54:40 -08:00
  • 78c7066422 refactor(angular): isDate / isArray test iframe independent fix Misko Hevery 2011-11-07 21:54:01 -08:00
  • 923da410bd fix(i18n): updated the way locale is being registered Misko Hevery 2011-11-07 21:49:50 -08:00
  • a87f2fb9e4 refactor(mock): moved mocks into its own module Misko Hevery 2011-11-04 12:33:01 -07:00
  • c27aba4354 refactor(api): remove type augmentation Misko Hevery 2011-11-03 21:14:04 -07:00
  • dd9151e522 refacter(filters): convert filter/limitTo/orderBy from type augmentation to filters Misko Hevery 2011-11-03 20:53:33 -07:00
  • 3972d2a89b refactor(json): break dependence on api.js Misko Hevery 2011-11-03 20:26:13 -07:00
  • cb6f832f38 refactor(filter): filters are now injectable and services Misko Hevery 2011-11-03 15:59:18 -07:00
  • 6022f3df39 move(filters): appease the History God Misko Hevery 2011-11-03 14:36:22 -07:00
  • 7c11531902 refactor(parser): turn parser into a service (keep compatibility hack) Misko Hevery 2011-11-03 13:53:37 -07:00
  • c6d2549a52 fix(JSON): json date parsing same native/ngular parser Misko Hevery 2011-11-03 10:28:28 -07:00