UNPKG

grunt-durandal

Version:

Grunt Durandal Builder - Build durandal project using a custom require config and a custom almond

8 lines 205 B
<section id="home"> <ul data-bind="foreach: notes"> <li> <h4 data-bind="text: title"></h4> <p data-bind="html: content"></p> </li> </ul> </section>