hilton/jqueryui-module

Typo error prevents correct execution of ProgressBar demo

Closed this issue · 1 comments

Hi,

thanks for the great Play module,

as stated on title, on line 49 of app/views/jqueryui/Progressbar/index.html you have a typo:

#{includeVerbatim 'app/controllers/jqueryui/ProgressBar.java'/}

the source code is Progressbar.java (lower case "b"):

#{includeVerbatim 'app/controllers/jqueryui/Progressbar.java'/}

Thanks - fixed now