-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hello,
I have tried to use dug.js with this code
dug({
endpoint: 'https://api.github.com/repos/superbedit/superbedit/commits',
target: 'commits',
error: function(){
console.log('error');
},
template: '{{#data|dug.limit:2}}\
<div class="row">\
<div class="large-2 columns">\
<img src="{{author.avatar_url}}" width="64" height="64">\
</div>\
<div class="large-10 columns">\
<p><b>{{commit.author.name}}</b>:<br/>{{commit.message}}</p>\
</div>\
</div>\
{{/data}}'
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels