I just tried to make codemirror run with multiple areas that are supposed to be editable (using an ng-repeat) and it did not work. I finally found that removing <code>"use strict;"</code> will allow it to work properly.
I just tried to make codemirror run with multiple areas that are supposed to be editable (using an ng-repeat) and it did not work.
I finally found that removing
"use strict;"will allow it to work properly.