Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt wysiwygEdit directive templateUrl to work w/ Cordova #70

Open
miclaus opened this issue Aug 3, 2016 · 1 comment
Open

Adapt wysiwygEdit directive templateUrl to work w/ Cordova #70

miclaus opened this issue Aug 3, 2016 · 1 comment

Comments

@miclaus
Copy link

miclaus commented Aug 3, 2016

I had a problem using the wysiwygEdit directive w/ Cordova:

screen shot 2016-08-03 at 11 22 35

So I removed the first / from templateUrl for it to work:

from

  templateUrl: '/lib/ngWYSIWYG/tpl/wysiwyg.tpl'

to

  templateUrl: 'lib/ngWYSIWYG/tpl/wysiwyg.tpl'
@miclaus
Copy link
Author

miclaus commented Sep 6, 2016

Is the project still being maintained?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant