This file contains hidden or 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
# 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' |
This file contains hidden or 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
{ | |
"_id": "_design/test", | |
"_rev": "1-2c64d4a2d7bfa0393f212cf929ae7abe", | |
"language": "coffeescript", | |
"views": { | |
"test": { | |
"map": "(doc) -> (emit doc.value, doc) if doc.type is 'test'" | |
} | |
} | |
} |
This file contains hidden or 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
h2 Short-Facts: | |
p Customer: | |
= reference.attributes.company |
NewerOlder