node-projects / base-custom-webcomponent

a basic simple custom webcomponent class
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

2-way Bindings should also work if Boolean is only inverted #7

Open jogibear9988 opened 3 years ago

jogibear9988 commented 3 years ago

means a code like this

   aaa="{{!this.active}}"

should also work as two way binding