Skip to content

Commit

Permalink
Added notify to properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulio Garcia committed Apr 10, 2019
1 parent 4a83842 commit 0ac32f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vaadin-app-layout.html
Expand Up @@ -199,6 +199,7 @@
*/
drawerFirst: {
type: Boolean,
notify: true,
reflectToAttribute: true
},

Expand All @@ -210,6 +211,7 @@
*/
drawerOpened: {
type: Boolean,
notify: true,
value: true,
reflectToAttribute: true
},
Expand All @@ -220,6 +222,7 @@
*/
overlay: {
type: Boolean,
notify: true,
readOnly: true,
value: false,
reflectToAttribute: true
Expand Down

0 comments on commit 0ac32f4

Please sign in to comment.