Peter,
That is a beautiful piece of code. I was able to implement the rich
text editor referenced here
https://github.com/jhollingworth/bootstrap-wysihtml5/.
I have the html markup firing into a mongodb and returning the correct
markup back. I did not use your code however I should probably
implement this or something similar in the near future to go pure
angular. All I did was use jhollingworths wysiHtml5() method found in
wysihtml5.js. The critical issue that I changed to view the text
inside of the textarea after the formsubmit was simple. I changed the
ctrl that was called during my form submission like so.
http://chopapp.com/#h47c0sf1
I still am very interested in how you implemented your
RichTextEditorFactory in html. What bindings did you use?
Thank you,
Josh Kurz
I would
On Jun 11, 5:59 pm, Peter Andreas Molgaard <
m...@petermolgaard.com>
wrote:
> Hi Josh,
>
> I wasn't entirely able to implement it perfectly, however I put this
> together that perhaps at least can take you some of the way or perhaps
> inspire you to a new workaround...
http://chopapp.com/#un5fqyab
one question I have is do you have the html you used to implement
you editor factory? That would be a nice. I appreciate the time and
energy. I really think angular js is going to be a huge part in the
future of the internet.
>
> I hope it helps...
> Pete