From 0bff49d0a839f3328b6baba17c8cdd3b56993334 Mon Sep 17 00:00:00 2001
From: Jacob MacDonald <jakemac@google.com>
Date: Tue, 6 Oct 2015 12:50:04 -0700
Subject: [PATCH] update to latest

---
 templates/web-polymer/lib/main_app.dart | 2 +-
 templates/web-polymer/pubspec.yaml      | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/web-polymer/lib/main_app.dart b/templates/web-polymer/lib/main_app.dart
index eff2af2..6420772 100644
--- a/templates/web-polymer/lib/main_app.dart
+++ b/templates/web-polymer/lib/main_app.dart
@@ -18,7 +18,7 @@ class MainApp extends PolymerElement {
   /// Constructor used to create instance of MainApp.
   MainApp.created() : super.created();
 
-  @eventHandler
+  @reflectable
   String reverseText(String text) {
     return text.split('').reversed.join('');
   }
diff --git a/templates/web-polymer/pubspec.yaml b/templates/web-polymer/pubspec.yaml
index a7ddd5f..54898ce 100644
--- a/templates/web-polymer/pubspec.yaml
+++ b/templates/web-polymer/pubspec.yaml
@@ -9,9 +9,9 @@ environment:
 
 dependencies:
   browser: ^0.10.0
-  polymer_elements: ^1.0.0-rc1
-  polymer: ^1.0.0-rc1
-  reflectable: 0.2.0
+  polymer_elements: ^1.0.0-rc.1
+  polymer: ^1.0.0-rc.1
+  reflectable: ^0.3.1
   web_components: ^0.12.0
 
 transformers:
-- 
GitLab