Closed queejie closed 8 years ago
I could not get it to work as just an attribute. I think the timeout was not working correctly and it wasn't ready. I had to do this in my controller:
angular.element(document).ready(function () { $('.wysiwyg').redactor(); });
I was able to resolve the issue by including jQuery before ionic/angular.
I could not get it to work as just an attribute. I think the timeout was not working correctly and it wasn't ready. I had to do this in my controller: