opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

$waitDialog.waitFor ignores custom message #19

Closed tbosch closed 12 years ago

tbosch commented 12 years ago

Hi, a call to $waitDialog.waitFor(promise, 'someMessage') always shows the default jquery mobile wait message and ignores the second argument.

Tobias