diff --git a/product-panels.html b/product-panels.html
index 59f06a0..015d734 100644
--- a/product-panels.html
+++ b/product-panels.html
@@ -16,6 +16,6 @@
Reviews
-
+
diff --git a/product-review-form.html b/product-review-form.html
index 6b97ac6..7445c6e 100644
--- a/product-review-form.html
+++ b/product-review-form.html
@@ -1,18 +1,18 @@
diff --git a/scripts/app.js b/scripts/app.js
index 57db1fd..4a3f06a 100644
--- a/scripts/app.js
+++ b/scripts/app.js
@@ -105,8 +105,11 @@
this.review = new Review;
}
},
- controllerAs: 'reviews',
+ controllerAs: 'reviewer',
templateUrl: 'product-review-form.html',
+ scope: {
+ reviews: '='
+ }
};
})
; // END module(store)