Skip to content

Instantly share code, notes, and snippets.

@alappe
alappe / gist:3143376
Created July 19, 2012 11:59
No events…
# View for the collection of log entries.
namespace 'TimeLog.View', (exports) ->
class exports.Logs extends Backbone.View
el: jQuery 'ul.logs'
paper: false
events:
'keydown input.log-new': 'addOnEnter'
@alappe
alappe / gist:3116255
Created July 15, 2012 10:56
View that breaks my couch
{
"_id": "_design/test",
"_rev": "1-2c64d4a2d7bfa0393f212cf929ae7abe",
"language": "coffeescript",
"views": {
"test": {
"map": "(doc) -> (emit doc.value, doc) if doc.type is 'test'"
}
}
}
@alappe
alappe / gist:2983001
Created June 24, 2012 12:08
Missing spaces with jade-templating
h2 Short-Facts:
p Customer:
= reference.attributes.company