Commit Graph

  • d10df7de44 style(dart/transform): Rename .ngDeps.dart => .ng_deps.dart Tim Blasi 2015-03-16 13:32:29 -07:00
  • 91398c3425 docs(application.js): ensure bootstrap promise, PatrickJS 2015-03-15 20:26:52 -07:00
  • 452a724542 chore(test): make it easier to run all JS and Dart tests Patrice Chalin 2015-03-15 13:51:41 -07:00
  • 59a1f836a2 fix: allow creation of var with camelCased names Pawel Kozlowski 2015-03-13 22:44:42 +01:00
  • 28aa7466bd docs(developer): add developer docs and refactor README Patrice Chalin 2015-03-17 18:48:02 -07:00
  • c6893aceed perf(DirectiveDependency): iterate only once over Dependency properties Victor Berchet 2015-03-11 09:05:47 +01:00
  • 87a7e7e677 chore(install): cleanup Patrice Chalin 2015-03-14 08:50:33 -07:00
  • 6fe294ff2b (docs) decorator events typo? Nick Van Dyck 2015-03-16 22:46:05 +01:00
  • 46b03a524e feat(test): more tests in Node.js Marc Laval 2015-03-17 13:51:20 +01:00
  • 99f2d7faf6 removed circular deps so tests run on node vsavkin 2015-03-17 16:18:54 -07:00
  • b92d16c08e cleanup(change_detection): removed an unused method vsavkin 2015-03-17 14:37:33 -07:00
  • 2041860a21 feat: added an ability to dynamically load components vsavkin 2015-03-13 11:34:20 -07:00
  • 7488456d68 feat(element_injector): added PrivateComponentLocation vsavkin 2015-03-13 11:34:12 -07:00
  • b69f3043e0 feat(compiler): added the DynamicComponent annotation vsavkin 2015-03-13 11:33:57 -07:00
  • 1872b03fb8 style(docs/app): remove commented code GabrielBico 2015-03-17 14:56:08 +00:00
  • 85799aa1a5 docs(*): add @publicModule tags Peter Bacon Darwin 2015-03-17 19:22:13 +00:00
  • 8229d7edc2 chore(gulpfile): duplicate tasks to generate "public" docs Peter Bacon Darwin 2015-03-17 16:49:31 +00:00
  • f503c1e9e6 chore(doc-gen): add new "public" docs configuration Peter Bacon Darwin 2015-03-17 16:49:07 +00:00
  • ede7690be3 chore(doc-gen): track modules in a dgeni service Peter Bacon Darwin 2015-03-17 16:41:54 +00:00
  • a16954d3a5 refactor(view): separate context and locals vsavkin 2015-03-11 21:11:39 -07:00
  • 70c875ee14 refactor(shadow dom): do not use injectors nor directives Yegor Jbanov 2015-03-16 11:31:58 -07:00
  • 23fab29a7c alert styles Alex Wolfe 2015-03-15 21:51:11 -07:00
  • 1ed64421ed styleguide Alex Wolfe 2015-03-15 21:46:03 -07:00
  • ca37eb5732 spacing top bar Alex Wolfe 2015-03-15 21:42:53 -07:00
  • 4d8741b673 fixed dart formatting Alex Wolfe 2015-03-15 21:39:16 -07:00
  • d914789abf code highlighting style guide Alex Wolfe 2015-03-15 21:34:38 -07:00
  • 115ac5f290 docs: directive docs Misko Hevery 2015-03-14 00:00:42 +00:00
  • da4862a0c8 release 2.0.0-alpha.13 on npm/pub Tobias Bosch 2015-03-13 20:49:51 -07:00
  • a963ae48e5 feat(benchmarks): add polymer js 0.8-preview benchmark Jacob MacDonald 2015-02-25 07:45:51 -08:00
  • 21a293b017 refactor(bench press): rename metrics and adapt them to the features of the browser Tobias Bosch 2015-03-06 17:34:27 -08:00
  • 75ecaf02b9 chore: upgrade guinness to remove a workaround in testlib vsavkin 2015-03-13 16:47:22 -07:00
  • 33bff17f33 refactor(tests): refactor tests to clarify the behavior of onChange vsavkin 2015-03-13 17:52:27 -07:00
  • 956b8c8792 docs: bootstrap method Misko Hevery 2015-03-13 21:54:19 +00:00
  • 3273adade5 refactor(view): change view to pass all bindings to proto change detector at once vsavkin 2015-03-11 21:43:22 -07:00
  • 1adb23d222 docs(TestInjector): reenable jsdoc comment for exported inject function Peter Bacon Darwin 2015-03-13 20:52:59 +00:00
  • 8407aa68fe chore(package.json): upgrade to dgeni-packages 0.10.11 Peter Bacon Darwin 2015-03-13 20:49:28 +00:00
  • 3974e382f9 chore(gulp): fix typo HTLM to HTML in a variable name gil 2015-03-11 14:30:49 +02:00
  • b39d2c0101 fix: properly bind to camelCased properties Pawel Kozlowski 2015-03-12 17:28:35 +01:00
  • afda43dc02 feat(examples): Add TodoMVC sample application. David East 2015-03-09 16:37:28 -07:00
  • e8965656a4 feat(directives/forms): run tests in NodeJS Marc Laval 2015-03-09 17:41:49 +01:00
  • 7322ed721e refactor: remove reference to the FIELD class Victor Berchet 2015-03-11 16:45:36 +01:00
  • fde7e9e898 doc(TestInjector): fix a build error with dgeni Victor Berchet 2015-03-13 18:48:29 +01:00
  • 8d2ee6bbda feat(selector): add support for :not Marc Laval 2015-03-12 09:44:49 +01:00
  • 5c1c534894 test(dart/transform): Move BindGenerator tests to their own dir. Tim Blasi 2015-03-12 14:10:26 -07:00
  • 4b12c19560 feat(dart/transform): Add a parser for .ng_deps.dart files and use. Tim Blasi 2015-03-12 14:04:41 -07:00
  • 92b22d24d0 feat(dart/transform): Add a .ng_deps.dart file parser. Tim Blasi 2015-03-12 13:31:32 -07:00
  • 95c9eca64c style(dart/transform): Change quote character for consistency. Tim Blasi 2015-03-12 13:18:36 -07:00
  • 30253592ff refactor(tests): refactor some tests to use the test injector Victor Berchet 2015-03-13 15:30:10 +01:00
  • 33b5ba863e feat(tests): add a test injector Victor Berchet 2015-03-13 11:10:11 +01:00
  • 5926d2e2f7 refactor: use attributes for directives matching Pawel Kozlowski 2015-03-12 13:19:43 +01:00
  • d35fdfcd40 refactor: return copy of DOM attributes in Dart Pawel Kozlowski 2015-03-12 15:52:40 +01:00
  • ce29862e2f fix(dart_libs): add _dart suffix only for reserved lib names. Rado Kirov 2015-03-11 18:07:29 -07:00
  • 74795eec29 chore: travis-slack integration Misko Hevery 2015-03-12 15:08:40 -07:00
  • f7963e1ea6 fix(shadowdom): allow conditional content tags. Rado Kirov 2015-03-10 19:35:49 -07:00
  • a82e20889d feat(Injector): Support binding to null Victor Berchet 2015-03-11 15:14:16 +01:00
  • 951a808e0e refactor(PropertySetter): use the global reflector Victor Berchet 2015-03-11 19:57:21 +01:00
  • e334c4469e typo Alex Wolfe 2015-03-12 10:50:48 -07:00
  • c67194a3ef fix(test_lib): remove getDistributedNodes emulation in NodeJS Marc Laval 2015-03-12 11:16:47 +01:00
  • 5e0ccd67eb resources Alex Wolfe 2015-03-11 20:38:58 -07:00
  • 59806948c3 Design Docs & Notes Alex Wolfe 2015-03-11 20:37:08 -07:00
  • 4fcb755f24 Fixed live search display issue Alex Wolfe 2015-03-11 20:21:59 -07:00
  • dd3e6271c2 chore(services): rename services. Rado Kirov 2015-03-11 16:48:57 -07:00
  • 490d374d9b font weight improvement for standard displays Alex Wolfe 2015-03-11 18:04:01 -07:00
  • 5c89fca5b9 Merge pull request #8 from angular/site-updates Alex Wolfe 2015-03-11 18:00:26 -07:00
  • f1b6226140 ng-conf link Alex Wolfe 2015-03-11 17:57:13 -07:00
  • 7e5ad57ce5 previous changes from other branch Alex Wolfe 2015-03-11 17:56:08 -07:00
  • 67e2963e27 read me update Alex Wolfe 2015-03-11 17:53:43 -07:00
  • f4e0f51f5a feat(dart/transform) Register parameter metadata information Tim Blasi 2015-03-06 11:10:14 -08:00
  • e1a1dd07e4 fix(test): add v8 category to server spec Tobias Bosch 2015-03-05 09:16:54 -08:00
  • f1593ebca5 feat(shadowdom): turn on ShadowDom Emulated Mode by default. Rado Kirov 2015-03-10 12:30:50 -07:00
  • 581b35f051 Merge pull request #5 from angular/ng-conf-videos Alex Wolfe 2015-03-11 09:16:47 -07:00
  • 234c1444bb text update Alex Wolfe 2015-03-11 09:11:08 -07:00
  • 1d4ff9bcdc feat(compiler): parse5 DOM adapter Marc Laval 2015-03-01 22:17:36 +01:00
  • 3d4944da20 Merge pull request #4 from tcarlsen/patch-1 David East 2015-03-11 04:41:44 -07:00
  • 27d06915ce ng-conf video link David East 2015-03-11 04:36:40 -07:00
  • dc44d5106f Apache 2.0 License David East 2015-03-11 04:28:24 -07:00
  • 537f943f57 refactor(compiler): remove direct accesses to DOM Marc Laval 2015-03-09 11:35:46 +01:00
  • 0e50e08d2e fixing example syntax Thomas Carlsen 2015-03-11 10:06:28 +01:00
  • ed2600e6dc chore(contributing): add contributing instructions Patrice Chalin 2015-03-10 12:41:35 -07:00
  • d0aceef4e0 perf(dart/transform) Restructure transform to independent phases Tim Blasi 2015-02-27 14:42:21 -08:00
  • 08bd3a4443 feat(forms): add form builder vsavkin 2015-03-10 18:12:50 -07:00
  • 10fb7bb05f refactor(forms): make form group responsible for supporting optional controls vsavkin 2015-03-10 18:12:30 -07:00
  • 5acde20c7d refactor(compiler): remove direct accesses to DOM in tests Marc Laval 2015-03-09 11:37:59 +01:00
  • f1f06018c1 fix(compiler): workaround for circular dependencies in nodejs Marc Laval 2015-03-09 11:33:35 +01:00
  • e0feeaf973 fix(CompileStep): use namespace to resolve circular dep issue Brian Ford 2015-03-10 11:35:24 -07:00
  • 370643539f refactor(EventHandler): have a single instance of event handlers per ProtoView Victor Berchet 2015-03-10 10:03:26 +01:00
  • bfa18ffd9b feat(Directives): add the ability to declaratively bind events Victor Berchet 2015-03-06 15:44:59 +01:00
  • 86e9dd68a4 refactor(ElementBinderBuilder): refactor pipes support Victor Berchet 2015-03-06 13:22:30 +01:00
  • 0d1dece7b4 feat: introduce Title service Pawel Kozlowski 2015-03-09 17:39:18 +01:00
  • 7e93c54603 docs(12_zones.md): Fix typos and inconsistent capitalization Dylan Johnson 2015-03-08 15:35:41 -04:00
  • b349c35678 feat(ElementInjector): implement @PropertySetter Victor Berchet 2015-03-06 18:12:48 +01:00
  • c3873be295 fix(Compiler): asynchronous error reporting Victor Berchet 2015-03-03 15:24:26 +01:00
  • 2e488f3559 chore: add gitter travis hook Misko Hevery 2015-03-07 19:57:51 +00:00
  • 3684da8d65 chore: Added Gitter badge The Gitter Badger 2015-03-06 17:53:39 +00:00
  • f9dcfa3ba5 feat(benchpress): add a file reporter Tobias Bosch 2015-03-06 11:46:33 -08:00
  • afdaed237c fix background gradient Alex Wolfe 2015-03-05 10:02:21 -08:00
  • da48e6dc7e blank links not displayed for bios Alex Wolfe 2015-03-05 09:47:15 -08:00
  • 7faaad2aea Merge pull request #77 from davideast/bio Alex Wolfe 2015-03-05 09:02:21 -08:00
  • 2c2d4acdd5 Remove rawgit change over to CDN dependency Naomi Black 2015-03-05 10:00:55 -07:00
  • 2a2605056f more bio updates Alex Wolfe 2015-03-05 07:47:49 -08:00