Created
September 28, 2011 18:19
-
-
Save nexneo/1248748 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li data-foreach-category="subject.categories"> | |
<input class="new-item" placeholder="Add category title" data-bind="category.name" /> | |
<input class="new-item" placeholder=" Weight age" data-bind="category.weightage" /> | |
<a data-event-click="subject.removeCat">Remove</a> | |
</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment