Open chrome opened 10 years ago
Yeap, we need it ut maybe we should use more understandable syntax?
'init resize on window':->
or
'now resize on window':->
But here we block to use init
event. So maybe:
'resize on window and init':->
I have a proposal to extend events binding syntax with following:
Event with
!
on the end of declaration, should be triggered right after binding. This should be helpful for events like:or
for quick setup initial values.