You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to integrate the lib in angularJS, The line 32 of the angular-trumbowyg.js returs an empty object: return angular.element($element.find('> div'));
The $element when debugging looks like the correct trumbowyg object. it also has a property outerHtml, which has as parent element, and then 1 <style> and 1
tag as children. So I guess this child
is returned, but it has no trumbowyg function in its scope.
Included the script and the app dependency as described. What do i do wrong?
The text was updated successfully, but these errors were encountered:
I try to integrate the lib in angularJS, The line 32 of the angular-trumbowyg.js returs an empty object:
return angular.element($element.find('> div'));
The
$element
when debugging looks like the correct trumbowyg object. it also has a property outerHtml, which has as parent element, and then 1 <style> and 1Included the script and the app dependency as described. What do i do wrong?
The text was updated successfully, but these errors were encountered: