Knockout Custom Bindings in Durandal 9:17 PM Instead of using like $("#mask").inputmask ("d/m/y" , {autoUnmask : true}); it is better to use knockout custom b...
Use Non AMD Javascript Libraries in Durandal 2.0 8:42 PM By using shim, jquery libraries can be used in Durandal. In the main js, configure shim. I have written a module UIInitialize to intia...
Dynamic router in Durandal 2.0 8:01 PM The router configuratin is in the shell.js file. I need to make this router dynamically managable. To do so, I have used ajax. The chan...
Managing Css Files in Durandal 2.0 7:50 PM Durandal does not have a mechanism to manage css file for each view. So I have created a plugin to manage css files. The plugin is as be...