diff --git a/demo/index.html b/demo/index.html
index c19103d..eeebbe4 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -21,6 +21,7 @@
+
@@ -38,6 +39,8 @@
scope.setLocale = function(e) {
scope.locale = e.detail.item.label;
}
+ scope.minDate = moment().startOf('day');
+ scope.maxDate = moment().add(7, 'days').endOf('day');