Top "Hottowel" questions

Hot Towel is a Visual Studio Template for creating a Single Page Application (SPA).

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory

After finishing the John Papa course on Pluralsight- which is AWESOME by the way!!!) I'm now creating my first SPA. …

single-page-application durandal hottowel
Angular UI-Bootstrap dropdown button on ng-options

<select class="form-control" data-ng-options="t.name for t in vm.types" data-ng-model="vm.object.type"></select> …

angularjs angular-ui-bootstrap hottowel
ValidateAntiForgeryToken with SPA architecture

I am trying to set Register and Login for Hot Towel SPA applicantion. I have created SimpleMembershipFilters and ValidateHttpAntiForgeryTokenAttribute based …

asp.net-mvc-4 knockout.js single-page-application durandal hottowel
accessing $scope from unit test file when using the vm "ControllerAs" syntax from AngularJS HotTowel

See here for example: http://www.johnpapa.net/angularjss-controller-as-and-the-vm-variable/ As the title suggests, I'm following along on this tutorial [http://…

angularjs angularjs-scope jasmine karma-runner hottowel
How is it possible for the page source not to show what is on the page?

This is my web page: I'm trying to find out why my list isn't showing up correctly, but that's another …

html asp.net web hottowel
jQuery AJAX Call to PHP Script with String Return

My aim here is to replicate the Hot Towel SPA framework from ASP.NET in PHP. I have two files …

javascript php jquery ajax hottowel