angular select editor options

If I use html tags to define an datatable with an select editor, how would I set the options to an array without it thinking it’s a string and loading the url?

Sex

You can embed json in the HTML markup

<div view="column" editor="richselect" options='json://["a","b","c"]' 

http://webix.com/snippet/6e86802f