Top "Durandal" questions

A cross-device, cross-platform client framework written in JavaScript and designed to make building and maintaining Single Page Applications (SPAs) faster and easier.

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
How to open a new tab with router.navigate in TypeScript

The following typescript code will always open in the current browser tab navigate($data: menuItem, $event: JQueryEventObject) { //... let a = $event.…

typescript knockout.js single-page-application durandal
How to make a SPA SEO crawlable?

I've been working on how to make a SPA crawlable by google based on google's instructions. Even though there are …

ajax seo phantomjs single-page-application durandal
Unable to Process binding

I am currently trying to create a list of people with this model {firstName: "", lastname: "", address:""} in a multi value …

knockout.js durandal
MVC Bundling - Failed to load resource

What could be causing this? I'm working with a DurandalJS project that builds and runs locally just fine. When I …

asp.net-mvc azure bundler durandal azure-web-app-service
Where are these poll requests from SignalR coming from?

I have a SPA application using Durandal. My program starts to have a http request periodically: http://localhost:1551/f9750d8…

asp.net-mvc asp.net-mvc-4 signalr durandal single-page-application
Knockout change event-handler

I am spending hours trying to get a simple event call working correctly in my durandal/knockout app. Context I …

javascript knockout.js durandal
How to correctly chain conditional(?) promises with Q.js

I've still not quite got a complete understanding of promises so apologies if this is a simple misunderstanding. I have …

javascript breeze durandal q
Use Twitter Bootstrap button group as radio select with knockout bindings

This is working: view.html <div><input type="radio" name="radioPriority" data-bind="checked: priority" value="want" style="…

mvvm twitter-bootstrap knockout.js durandal
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