``` div.some-class{{did-insert this.onInsert}} ``` works but ``` div.some-class [ {{did-insert this.onInsert}} ] ``` does not. As an alternative I tried ``` div{{did-insert this.onInsert}} [ class="some-class" ] ``` but that did't work either.