javascript - angularjs ui tinymce integration issue -


I'm having trouble integrating in the app, but it's working fine in the JSN demo:

However, when I load an app in the app, I get this error:

  Unkit type error: 'form' of property can not be blank   

Which reference tiny_mce_jquery_src.js: 11955 with that line number:

  var n = t.getElement (). Form;   

In the app, I have checked that all JS / CSS files are loaded properly. This is what I have:

  var ap_heatlemlder_module = angular Module ('ap_hmlemeler', ['' '' '' component ']). Config (['$ routeProvider', function ($ route provider), {$ routeProvider.} ('/', {TemplateUrl: getBaseURL () + 'public / tpl / app / htmleditor.htm', controller: HtmlEditorCtrl, reloadon search : Wrong}). Otherwise ({redirectTo: '/'});}]);   

More Text:

  & lt; Textarea ui-tinymce ng-model = "tinymce" id = "{{fileUploaderID}} _ html_tab" name = "{{fileUploaderID}} _ html_tab" & gt; & Lt; / Text field & gt;   

I tried wrapping textarea with the form tag but still got the same error.

Thank you for your help

@ dev 555 There were issues with this instruction But I know that we have recently updated, please tell us whether there are still problems or not. As a separate, angular-UI, things have changed very fast in its infancy.

Comments