Read-only mode does't work, i think there is wrong binding mode. ``` javascript scope: { readonly: '=?' }, ``` Could you please replace to '@'. It's looks like: ``` javascript scope: { readonly: '@' }, ```