mfurseroberts
Results
1
comments of
mfurseroberts
Both methods fail to find the element they are after. They need to go one step up through parent: ``` content: function () { var editor = ace.edit(this.find('.md-editor')[0]); return editor.getSession().getValue();...