(_element, event, action)
| 28 | scope._name = (attrs.name) ? attrs.name : 'textAngularEditor' + _serial; |
| 29 | |
| 30 | var oneEvent = function(_element, event, action){ |
| 31 | $timeout(function(){ |
| 32 | _element.one(event, action); |
| 33 | }, 100); |
| 34 | }; |
| 35 | _taExecCommand = taExecCommand(attrs.taDefaultWrap); |
| 36 | // get the settings from the defaults and add our specific functions that need to be on the scope |
| 37 | angular.extend(scope, angular.copy(taOptions), { |