Commit Graph

  • e7f9924b18 style: clang format the code Victor Berchet 2015-10-27 12:58:09 -07:00
  • 40586152d1 test(Pipes): assert Date, Json & Slice are non pure Victor Berchet 2015-10-27 12:43:34 -07:00
  • 2f1f83a186 fix(Pipes): mark date & slice as non-pure Victor Berchet 2015-10-27 12:43:00 -07:00
  • 7ba426c3e6 fix(Pipe): pure is an optional argument Victor Berchet 2015-10-27 12:42:35 -07:00
  • fc016b59dc fix(JsonPipe): marks json pipe as not pure Marked json pipe as not pure so that it runs all the time, reflecting changes on the object. Sebastián Duque 2015-10-27 10:18:29 +00:00
  • e1337dc325 cleanup(forms): minor cleanup vsavkin 2015-10-28 17:00:14 -07:00
  • 534db7fe2b cleanup(forms): marks abstract classes as abstract vsavkin 2015-10-28 16:56:14 -07:00
  • 547e011abe feat(forms): add support for Validator vsavkin 2015-10-28 16:54:27 -07:00
  • 9c63a471bb docs(http): use http.request(FOO) instead of http(FOO) Eric Mendes Dantas 2015-10-08 17:21:12 -03:00
  • 127d6b6441 fix(benchpress): increase sampling frequency Hank Duan 2015-10-28 14:15:45 -07:00
  • 098201d0b8 fix(lint): enforce that module-private members have @internal. Alex Eagle 2015-10-28 15:04:55 -07:00
  • 44188b9072 chore(typings): mark underscore-prefix members @internal Alex Eagle 2015-10-28 14:16:54 -07:00
  • 53fe0fa192 Fix changelog before\after sample Dmitriy Shekhovtsov 2015-10-03 12:38:22 +03:00
  • e3c9397717 docs(element_injector): fix comment for ElementInjectorDynamicStrategy mgechev 2015-09-29 22:53:04 +03:00
  • bc10dc3ed0 fix(benchmarks): update react and polymer benchmarks and get tree update numbers for all of the benchmarks as well. Tobias Bosch 2015-10-13 15:10:20 -07:00
  • 5c48236f61 fix(lang): avoid infinite loop when calling assert() Pawel Kozlowski 2015-10-28 18:21:47 +01:00
  • c90e1920f5 chore(tslint): disallow variable names that look like keywords. Alex Eagle 2015-10-27 20:51:03 -07:00
  • 25ddd8718d feat(forms): Export NumberValueAccessor Tim Blasi 2015-10-28 07:26:58 -07:00
  • 3ed9796425 docs(SlicePipe): fix ng-for example Closes #4975 Jesús Rodríguez Rodríguez 2015-10-28 12:40:02 +01:00
  • bdd031aecc feat(dart/transform): Match runtime semantics for template values Tim Blasi 2015-10-20 08:46:41 -07:00
  • 798be2776d refactor(dart/transform): Rename dumbEval to naiveEval Tim Blasi 2015-10-18 18:44:31 -07:00
  • d69bd021ee refactor(dart/transform): Fix potential import collision Tim Blasi 2015-10-18 18:36:58 -07:00
  • 26044026c9 feat(dart/transform): Parse directives dependencies from the Dart ast Tim Blasi 2015-10-15 14:21:20 -07:00
  • ca5e31bc77 feat(dart/transform): Avoid overwriting assets Tim Blasi 2015-10-14 12:46:35 -07:00
  • e9c4c61986 refactor(dart/transform): Have DeferredRewriter run in parallel Tim Blasi 2015-10-13 16:01:07 -07:00
  • 563a76304a refactor(dart/transform): Delete unused bind_generator Tim Blasi 2015-10-13 15:42:00 -07:00
  • c91fc49d01 test(dart/transform): Update tests for new codegen Tim Blasi 2015-10-13 17:27:21 -07:00
  • a18358d484 refactor(dart/transform): Fold bind_generator into other phases Tim Blasi 2015-10-13 16:38:00 -07:00
  • d68955ac6d feat(dart/transform): Add getters, setters, methods to NgDepsModel Tim Blasi 2015-10-08 10:04:47 -07:00
  • b318945680 refactor(dart/transform): Create common dumbEval function Tim Blasi 2015-10-13 17:09:52 -07:00
  • 150d3686c3 refactor(dart/transform): Remove unused test files Tim Blasi 2015-10-08 09:32:11 -07:00
  • f9963d3d21 refactor(di): minor cleanup vsavkin 2015-10-27 17:59:07 -07:00
  • 6514b8ced0 fix(di): allow dependencies as flat array mgechev 2015-10-27 17:45:24 -07:00
  • c02f2bdab0 chore: adjust formatting to new clang-format. Martin Probst 2015-10-28 08:59:19 +01:00
  • 4a1b873fad feat: upgrade clang-format to 1.0.32. Martin Probst 2015-10-20 10:10:31 +01:00
  • edfa35b11d fix(facades): reduce node count by 1 in assertionsEnabled Yegor Jbanov 2015-09-21 13:31:27 -07:00
  • a881f09b77 chore(typings): don't expose es6-shim typing. Alex Eagle 2015-10-26 17:23:01 -07:00
  • d0b9d43377 correct typo in cheatsheet Naomi Black 2015-10-27 15:25:47 -07:00
  • 53323851f8 exclude top level index.jade from being copied when generating api docs. Jay Traband 2015-10-27 13:21:31 -07:00
  • 137549d010 chore(changelog): add link to the issue that gives more info about the release Ciro Nunes 2015-10-15 16:59:21 -03:00
  • 5fc28e65ef docs(provider): fix formatting Eric Mendes Dantas 2015-10-14 08:21:05 -03:00
  • 1316c3e391 fix(ChangeDetector): support for NaN Victor Berchet 2015-10-21 13:49:52 -07:00
  • 758062807a feat(forms): support adding validators to ControlGroup via template vsavkin 2015-10-27 14:36:13 -07:00
  • f98faf0702 refactor(forms): make Validators.group and Validators.array private vsavkin 2015-10-27 14:35:46 -07:00
  • 42ea31b993 docs(QueryMetadata): fix wrong selectors and improve syntax highlighting Victor Berchet 2015-10-27 16:06:17 -07:00
  • fdbb505a8a docs(di): fix SelfMetadata example mgechev 2015-10-07 13:59:02 +03:00
  • 61e514bf77 docs(Http): fix parameter name Victor Berchet 2015-10-27 16:00:41 -07:00
  • 7478105178 docs(PipeTransform): added pure parameter Olivier Combe 2015-10-11 17:18:30 +02:00
  • 540b8c2a1a fix(renderer): support xlink:href attribute in svg Tobias Bosch 2015-10-27 15:41:34 -07:00
  • dc6a066fed refactor(application): rename Binding into Provider gdi2290 2015-10-20 03:05:39 +01:00
  • 080c86eab2 (docs) devguide-displaying-data ready for publication, based on _examples Ward Bell 2015-10-23 19:05:17 -07:00
  • 17ec689397 (docs) devguide-displaying-data: created new page and styled text, as a workaround in one sentence I placed spaces between double curlies {{ }} to render without breaking jade Ward Bell 2015-10-19 09:38:35 -07:00
  • 359904d0d0 (docs) devguide dependency injection: correct provider terminology in chapter and glossary Ward Bell 2015-10-27 12:57:50 -07:00
  • 963f67ea07 (docs) forms - code maintained by _examples Includes template-syntax.jade clarification on attributes v properties Ward Bell 2015-10-20 16:10:44 -07:00
  • f10a2e906a (docs) Forms new page and images Ward Bell 2015-10-19 09:30:15 -07:00
  • 703b854d0f (docs) pipes: typos, grammar, parameter examples of real pipes currency and slice Ward Bell 2015-10-23 09:31:51 -07:00
  • 021819d1c1 (docs) DI - updated injector-tree image See issue on commit:d2706ca Ward Bell 2015-10-23 09:22:55 -07:00
  • ac52bfd80f fix(render): create svg elements with the right namespace Tobias Bosch 2015-10-27 13:16:27 -07:00
  • 27dbd2ded4 fix(compiler): load style urls in runtime mode correctly Tobias Bosch 2015-10-27 14:00:15 -07:00
  • ed4826b08c feat(forms): Implement a way to manually set errors on a control vsavkin 2015-10-27 11:20:07 -07:00
  • 689ded5c47 doc(web_workers): fixes some typos and adjusts formatting Eric Mendes Dantas 2015-09-30 08:44:28 -03:00
  • cd219b92a2 docs: edit DART_TOOLS.md Kathy Walrath 2015-09-29 17:54:32 -07:00
  • a31b2175dc chore(gulpfile): fix link to clang formatting Jesús Rodríguez Rodríguez 2015-09-29 12:37:07 +02:00
  • 58b8242a25 Fix for extra chars with explicit #docplaster in css and html files. + additional test cases. Jay Traband 2015-10-20 16:51:36 -07:00
  • 3b76748cb5 docs(index): update AngularConnect video buttons Peter Bacon Darwin 2015-10-27 08:20:04 +00:00
  • 448da4655a Code and gulp integration for task to zip folders based on zipconfig.json files. Naomi Black 2015-10-27 09:40:50 -07:00
  • 9500a123f5 Work on zipping folders based on zipconfig.json files. Also involves refactoring of doc-shredder. Jay Traband 2015-10-23 12:47:20 -07:00
  • b87da8f47c refactor(router): RouteData as a type cexbrayat 2015-09-30 14:48:58 +02:00
  • fbe748f273 build(node): update node from 4.1.1 to 4.2.1 Igor Minar 2015-10-27 14:26:45 +01:00
  • 4fe17923cf docs(router): move examples into own file and add tests Brian Ford 2015-10-05 16:37:31 -07:00
  • f59adf3fd7 chore(karma): exclude e2e examples from unit tests Brian Ford 2015-10-27 13:42:50 +00:00
  • 14f8bcc40a chore(package): bump reflect-metadata version Douglas Duteil 2015-10-24 07:47:44 +01:00
  • bfe3efab3b chore(compiler): dead code clean-up. Rado Kirov 2015-10-26 07:23:13 -07:00
  • ea6b316932 build(gulp): rename angularBuilder.mock to angularBuilder.uninitialized to prevent confusion with testing mocks Igor Minar 2015-10-27 12:26:36 +01:00
  • ef7050892e build(gulp): don't exit prematurely during cleanup Igor Minar 2015-10-27 12:21:34 +01:00
  • 94274049d4 chore(saucelabs): update to Safari 9 Marc Laval 2015-10-27 00:44:32 +01:00
  • 2a3e11d32d fix(router): respect LocationStrategy when constructing hrefs in links Brian Ford 2015-10-26 13:57:41 +00:00
  • 280cd33f2e fix(router): fix error message text Brian Ford 2015-10-26 13:58:00 +00:00
  • 07cdc2ff44 feat(router): add support for route links with no leading slash Brian Ford 2015-10-26 17:18:08 +00:00
  • 7af27f9617 chore(test): bump jasmine timeout to 500ms Brian Ford 2015-10-26 17:19:52 +00:00
  • 9f8043e51e chore(build): update node version in .nvmrc file Pablo Villoslada Puigcerber 2015-10-25 03:36:57 +01:00
  • 391a6fbc2a docs(developer.md): add PUB_CACHE variable to setup instructions Pablo Villoslada Puigcerber 2015-10-25 20:54:21 +01:00
  • 3416984cce refactor(RuntimeMetadataResolver): simplify the code Victor Berchet 2015-10-23 16:39:35 -07:00
  • abdd524911 refactor(RuntimeMetadata): Annotation -> Metadata Victor Berchet 2015-10-23 15:55:48 -07:00
  • e1e52c098b refactor(Compiler): misc minor updates Victor Berchet 2015-10-23 00:17:30 -07:00
  • dd2598ccd8 refactor: use ListWrapper.find() Victor Berchet 2015-10-22 23:35:53 -07:00
  • b90d899408 doc(DynamicComponentLoader): update API doc Victor Berchet 2015-10-22 23:34:16 -07:00
  • d8b3601927 fix(style_url_resolver): include asset: urls into precompiled stylesheets. Tobias Bosch 2015-10-26 16:34:40 -07:00
  • 60bedb43de fix(debug_element): don’t descend into merged embedded views on componentChildren. Tobias Bosch 2015-10-26 15:18:16 -07:00
  • c5f490ba43 chore(forms): deprecate the old Query API vsavkin 2015-10-26 15:45:44 -07:00
  • 2e059dc916 feat(router): Make RootRouter disposable to allow cleanup of Location subscription. ROUTER_PROVIDERS now automatically disposes of the RootRouter when the application is disposed. Alex Rickabaugh 2015-10-26 11:01:02 -07:00
  • 2674eaca51 feat(router): Support unsubscription from Location by returning the subscription. Alex Rickabaugh 2015-10-26 11:00:24 -07:00
  • 8dd3082ea3 feat(core): PlatformRef and ApplicationRef support registration of disposal functions. Alex Rickabaugh 2015-10-26 10:50:25 -07:00
  • b2dc5c2c7e fix(compiler): create literal property bindings for empty *… directives. Tobias Bosch 2015-10-26 13:22:45 -07:00
  • 2957b0b32e fix(ng_class): support sets correctly Tobias Bosch 2015-10-26 09:50:51 -07:00
  • 28db864690 cleanup(forms): add missing tests vsavkin 2015-10-26 11:50:30 -07:00
  • 28d88c5b12 feat(validators): Allow errors at both the group/array level or their children Ted Sander 2015-10-16 16:13:14 -07:00
  • c9fba3fa1f feat(validators): Add a pending state to AbstractControl Ted Sander 2015-10-16 12:04:33 -07:00
  • 04b4035ecd refactor(AppViewListener): prefix listener with on for consistency Victor Berchet 2015-08-31 16:47:50 -07:00
  • 608cdc4077 cleanup(forms): clean up NgFormControl vsavkin 2015-10-26 10:45:56 -07:00