Commit Graph

  • feabd268fc restructure directories Alex Wolfe 2015-05-01 06:48:52 -07:00
  • 2dda353497 Merge pull request #80 from angular/bug-fixes Alex Wolfe 2015-05-01 06:45:46 -07:00
  • f37d071485 Forms video Alex Wolfe 2015-05-01 06:42:34 -07:00
  • 5f2fb1b5a4 updated apis docs with proper formatting Alex Wolfe 2015-05-01 06:37:29 -07:00
  • c11737ff73 Standard case for API pages Alex Wolfe 2015-05-01 06:04:23 -07:00
  • bceb5ca6b9 fix code indent Alex Wolfe 2015-05-01 05:56:02 -07:00
  • c1579222bd fix(view): changed view manager to hydrate change detector after creating directives vsavkin 2015-04-30 10:16:12 -07:00
  • f863ea0db5 feat(decorators): adds support for parameter decorators. Rado Kirov 2015-04-29 16:22:38 -07:00
  • e4342743c0 feat(benchmark): added an implementation of the tree benchmark in React vsavkin 2015-04-29 18:11:56 -07:00
  • 9e8d31d532 fix(compiler): clone templates before compiling them Tobias Bosch 2015-04-30 15:27:28 -07:00
  • c3c813b4bb fix(quickstart): Update TS quickstart to use newly released TS 1.5.0 beta. Rado Kirov 2015-04-30 11:59:54 -07:00
  • f75a50c1dd refactor(compiler): rename decorator directives into directive Tobias Bosch 2015-04-30 13:38:40 -07:00
  • c671706518 refactor(benchpress): report forced gc metric separately Tobias Bosch 2015-04-29 13:01:18 -07:00
  • ead21c91a4 fix(exception_handler): log errors via console.error Tobias Bosch 2015-04-30 11:25:50 -07:00
  • 87dcd5eb6f fix(decorators): updates missing benchmark and fixes typo. Rado Kirov 2015-04-30 10:22:30 -07:00
  • 8faf6364dc refactor(core): remove DynamicComponent Tobias Bosch 2015-04-29 16:52:34 -07:00
  • b71fe311fc chore(build): update clang-format to 1.0.10 Marc Laval 2015-04-29 19:32:50 +02:00
  • bb50fc131b chore(build): update TypeScript version to unreleased beta Alex Eagle 2015-04-29 11:47:11 -07:00
  • 3aac2fefd7 refactor(compiler): remove Viewport directives, use Decorator instead Tobias Bosch 2015-04-29 15:07:55 -07:00
  • 638eb68eb4 chore(rename) rename View and Templates concepts Henrique Ramos Limas 2015-04-29 19:51:51 -03:00
  • fb67e37339 feat(decorators): adds decorators to be used by TS and Babel transpiled apps. Rado Kirov 2015-04-28 18:17:00 -07:00
  • 648c514c28 feat(dart/transform): Add directiveMetadata{To,From}Map Tim Blasi 2015-04-27 12:49:07 -07:00
  • 511e832ee2 chore(build): Karma watches broccoli output. Alex Eagle 2015-04-27 16:11:20 -07:00
  • 09f8d8f7ba refactor(core): introduce ViewRef and ProtoViewRef Tobias Bosch 2015-04-28 11:20:01 -07:00
  • 1205f54d01 fix(build): use correct tsd command to get typings at requested versions Alex Eagle 2015-04-29 11:43:28 -07:00
  • b5032fd374 fix(build): revert typescript upgrade which broke the build. Alex Eagle 2015-04-29 10:49:18 -07:00
  • a7a9463624 fix(build): refer to newest version of hammerjs typings Alex Eagle 2015-04-29 10:13:30 -07:00
  • 59824e40e8 chore(build): update TypeScript version to unreleased beta Alex Eagle 2015-04-28 16:21:08 -07:00
  • 2bb004c44a Merge pull request #67 from angular/kwalrath-dart-21 Alex Wolfe 2015-04-29 06:31:21 -07:00
  • a51a5c2968 chore(build): run forms tests in Node Marc Laval 2015-04-28 00:23:39 +02:00
  • 38746aac75 Update README.md Alex Wolfe 2015-04-28 22:51:05 -07:00
  • e3c11045bf fix(compiler): changed the compiler to set up event listeners and host properties on host view elements vsavkin 2015-04-27 15:14:30 -07:00
  • 414e58edb5 chore(publishing): put malformed commit messages to "other"; do not output empty sections Yegor Jbanov 2015-04-27 11:48:53 -07:00
  • 3bb3bff1f2 chore(packaging): copy changelog.js from angularjs Yegor Jbanov 2015-04-27 11:17:25 -07:00
  • d2d4e7d783 refactor(parser): remove unused variables Pawel Kozlowski 2015-04-27 17:15:31 +02:00
  • cb941799c5 Update README.md Alex Wolfe 2015-04-28 19:35:31 -07:00
  • 8650595b70 update dart angular2 version, don't display pub get output Kathy Walrath 2015-04-28 17:22:00 -07:00
  • ee1b574baf fix(di): improve error messages for invalid bindings Pawel Kozlowski 2015-04-28 14:24:20 +02:00
  • c0f3778dda docs(For): fix example to use for-of syntax Pawel Kozlowski 2015-04-28 12:11:34 +02:00
  • d4925b61ff fix(change_detector): ensure that locals are only used when implicit receiver Matteo Suppo 2015-04-28 13:14:53 +02:00
  • 5b104936ae chore(build): Add a tsconfig.json file, simply to allow Atom editor's Typescript plugin to work without dropping tsconfig.json files and generated .js files in the source directory. Alex Eagle 2015-04-24 16:20:40 -07:00
  • 14988d4415 docs(core): updating some errors in 01_templates Josh Kurz 2015-04-26 00:36:51 -04:00
  • cd953ceb48 docs(core): update core directives document Josh Kurz 2015-04-08 03:44:46 -04:00
  • 726fecbfb6 feat(dart/transform): Turn on transform for examples/todo Tim Blasi 2015-04-24 10:45:10 -07:00
  • 818bb9b697 test: changed test bed to run change detection twice to make sure there are no changes second time vsavkin 2015-04-23 17:20:45 -07:00
  • e4586249fa refactor(change_detection): removed NO_CHANGED and replaced it with WrappedValue vsavkin 2015-04-23 17:19:29 -07:00
  • 4c1e978536 cleanup(build): remove traceur-based Dart transpiler Alex Eagle 2015-04-28 11:14:18 -07:00
  • 3d62546314 fix(compiler): only sets viewDefinition absUrl if the view has either a template or templateUrl Matthew Hill 2015-04-12 18:03:01 +01:00
  • 2611457df7 small update to nav Alex Wolfe 2015-04-28 14:57:15 -07:00
  • f6c0840673 update nag Alex Wolfe 2015-04-28 14:50:58 -07:00
  • b8d2122ad8 script update Alex Wolfe 2015-04-28 14:45:31 -07:00
  • cd4f0f4e8d prevent default events Alex Wolfe 2015-04-28 14:40:49 -07:00
  • aa3c471fed Merge pull request #59 from angular/devpreview Alex Wolfe 2015-04-28 14:33:11 -07:00
  • c4496c0686 docs(devpreview): Change alpha to developer preview and get rid of .x where feasible Naomi Black 2015-04-28 12:33:29 -07:00
  • fbd5ca4523 touch module Alex Wolfe 2015-04-28 11:13:26 -07:00
  • b9eab463f7 chore(): fix host properties for MD components. Jeremy Elbourn 2015-04-23 13:15:20 -07:00
  • c6b91dd349 Merge pull request #51 from alexeagle/master Alex Wolfe 2015-04-28 10:10:15 -07:00
  • dff4795e49 docs(README): update for linguistic consistency Anthony Zotti 2015-04-24 15:31:59 -07:00
  • ab74e1ed4e docs(CHANGELOG.md): fix correct links to angular2 PatrickJS 2015-04-28 08:34:32 -07:00
  • f062d4aa56 ng-touch Alex Wolfe 2015-04-28 09:39:16 -07:00
  • 66282981d3 fixed footer links Alex Wolfe 2015-04-28 08:29:58 -07:00
  • 902984cc10 chore(doc-gen): only generate angular.io module and _data docs for public modules Peter Bacon Darwin 2015-04-28 14:54:47 +01:00
  • ce431f279e chore(doc-gen): don't show private class members in jade templates Peter Bacon Darwin 2015-04-28 14:47:17 +01:00
  • 7fb2f2069c docs(Injector): remove unwanted tab characters in the examples Peter Bacon Darwin 2015-04-28 14:31:13 +01:00
  • c269bd5d3c chore(doc-gen): generate docs for angular.io Alex Wolfe 2015-04-25 14:29:20 -07:00
  • 916d5a154f router api docs Alex Wolfe 2015-04-28 06:22:25 -07:00
  • b72eb0783b chore(packaging): bump version to 2.0.0-alpha.21; add changelog Yegor Jbanov 2015-04-27 22:15:48 -07:00
  • a801da6f7c fix(ViewManager): dehydrate views recursively over ViewContainers Tobias Bosch 2015-04-27 14:07:41 -07:00
  • 6fcd3709cf fix(render): return views when destroyed in ViewContainer Tobias Bosch 2015-04-27 14:07:08 -07:00
  • 1b2754dacd feat(router): add initial implementation Brian Ford 2015-04-17 09:59:56 -07:00
  • e617ca6323 feat(facade): add isType method Brian Ford 2015-04-15 17:56:14 -07:00
  • 15376a6d24 feat(dart/transform): Dedup getters, setters, & methods Tim Blasi 2015-04-24 10:28:09 -07:00
  • 867705bd2c chore: put everything in the _analyze.dart file Kevin Moore 2015-04-27 14:39:54 -07:00
  • 6ab19dd095 docs(change_detection): document JitChangeDetection and DynamicChangeDetection Naomi Black 2015-04-27 15:30:47 -07:00
  • 99fdb9ac41 fix(dart/transform): Use var instead of bool in generated files Tim Blasi 2015-04-24 12:05:15 -07:00
  • a3b66cbcd5 Update quickstart to use TypeScript Alex Eagle 2015-04-23 15:16:45 -07:00
  • 2827ca1559 build(broccoli): add a tree-differ workaround to browser trees Igor Minar 2015-04-27 10:50:59 -07:00
  • 8ea03d0380 build(gulp): fix incremental compilation by reusing angularBuilder across watch re-reruns Igor Minar 2015-04-27 00:46:48 -07:00
  • d1ec2e18cd build(gulp): add test.unit.tools to test.js task Igor Minar 2015-04-26 23:16:10 -07:00
  • aa58e4bba5 build(gulp): add build/clean.tools task prevent test.unit.tools/ci from building Igor Minar 2015-04-26 23:14:52 -07:00
  • 0a97f0b645 build(js.cjs): re-enable tests that now pass in cjs Igor Minar 2015-04-26 18:04:45 -07:00
  • 8a5cf896d0 build(gulp): remove obsolete config Igor Minar 2015-04-26 17:41:58 -07:00
  • 22c79df98d build(gulp): remove gulp-jasmine, run tests in a new process instead Igor Minar 2015-04-26 02:40:13 -07:00
  • a52798543a build(gulp): rename tasks build.broccoli.tools => build.tools + test.unit.broccoli => test.unit.tools Igor Minar 2015-04-26 01:04:28 -07:00
  • 1cbdb9cd17 refactor(build): introduce AngularBuilder facade and clean up many things Igor Minar 2015-04-26 00:31:53 -07:00
  • 4c9b8ebb0c build(gulp): remove obsolete gulp transformer Igor Minar 2015-04-26 01:17:15 -07:00
  • 6aea629cd3 build(gulp): use strict mode for gulpfile Igor Minar 2015-04-25 14:45:08 -07:00
  • 649fd5a7a9 chore(build): exclude tree-differ.ts from format-checking due to a bug in clang-format Igor Minar 2015-04-24 23:30:30 -07:00
  • 40c4eb7240 build(gulp): refactor test.unit.broccoli to use task dependencies and not die when a compilation error occurs Igor Minar 2015-04-24 16:23:25 -07:00
  • cd05ed8de9 docs(npm-shrinkwrap.readme.md): update instructions Igor Minar 2015-04-24 15:59:36 -07:00
  • 42e7fc5252 build(broccoli): add source-maps to our broccoli tools Igor Minar 2015-04-24 15:59:13 -07:00
  • 7740fc071c build(broccoli): convert traceur and broccoli-dest-copy plugins to use tree-differ Igor Minar 2015-04-24 11:00:15 -07:00
  • bdf6af9bd6 build(broccoli): add custom broccoli.d.ts file Igor Minar 2015-04-24 10:01:26 -07:00
  • 2f83efaac8 build(broccoli): add tree-differ for diffing broccoli trees Igor Minar 2015-04-24 10:00:38 -07:00
  • 32c5ab956c build(broccoli): add testing infrastructure for our build plugins Igor Minar 2015-04-24 10:15:52 -07:00
  • b111ca9471 chore(build): add tsd.cached.json to our .gitignore Igor Minar 2015-04-24 10:14:03 -07:00
  • 725f909ff8 chore(build): refactor test.unit.cjs to use the broccoli pipeline Igor Minar 2015-04-13 23:56:07 -07:00
  • 427f0d021c perf(benchmarks): benchmark that measure cost of dynamic components Yegor Jbanov 2015-04-26 12:15:42 -07:00
  • 9fc9d53566 perf(benchmarks): benchmark measuring cost of decorators (fixes #1479) Yegor Jbanov 2015-04-26 11:35:25 -07:00
  • 6dece68bb8 refactor(core): rename ViewContainer to ViewContainerRef Tobias Bosch 2015-04-27 09:26:55 -07:00