I have a problem in the compilation of mardown bootstrap editor when adapting it in angular js with a directive
function markdownEditor() {
'ngInject';
return {
restrict: 'A',
require: 'ngModel',
link: function(scope, element...
asked by
05.01.2017 / 12:50