TylerGarlick / angular-redactor

Redactor WYSIWYG directives for redactor editor
MIT License
208 stars 83 forks source link

Problem with Just Attribute #64

Closed queejie closed 8 years ago

queejie commented 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();
        });
queejie commented 8 years ago

I was able to resolve the issue by including jQuery before ionic/angular.