psergus / ngWYSIWYG

true angular WYSIWYG
MIT License
64 stars 42 forks source link

Adapt wysiwygEdit directive templateUrl to work w/ Cordova #70

Open miclaus opened 7 years ago

miclaus commented 7 years ago

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 commented 7 years ago

Is the project still being maintained?