Search code examples
angularjshottowel

Error after downloading HotTowel.Angular


I created an empty web solution, added an empty web application, used following NuGet command to download HotTowel.Angular template,

Install-Package HotTowel.Angular -pre

Executed the project and as soon as I run my web application it shows splash screen then, I get following error:-

{{VM.BUSYMESSAGE}}

Any idea why is that ?


Solution

  • I get the same error after updating to jQuery 2.1.3. I do not get this error with the default template issued version of 2.1.1.

    UPDATE: It turns out I forgot to change the version in the script reference to jQuery on the index.html page to match the library. So check that out on your end and you should have your solution.