froala / angular-froala

Angular.js bindings for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
MIT License
306 stars 123 forks source link

doesn the 'angular-froala' support requireJS? #133

Closed s00141425 closed 5 years ago

s00141425 commented 7 years ago

I would like to appy 'angular-froala' with webpack 2.0. but it doesn't looks like it work with commonjs (eg componentjs, Webpack, Browserify).

does the 'angular-froala' support commonJS?

like, angular.module('myModule', [require('froala'));

svinesh3691 commented 7 years ago

+1

wmai commented 6 years ago

+1

tonestrike commented 6 years ago

Are there any updates here? I am having issues using angular-froala with Browserify. I have tried shimming it to no success. See the Stackoverflow question here.

Thanks!