Backbone.js Advent Calendar 2012ã®21æ¥ç®ã§ãããã¾ããããããã«å°ãã¿ãªãã¿ã¼ã³ãã3ã¤ã»ã©ç°¡åã«ç´¹ä»ãã¦ã¿ã次第ã renderã¨presenterã®åé¢ãã¿ã¼ã³ ãã㯠Backbone.js Tips and Tricks ãåèã«ãã¦ãã¾ããå®è·µãã¦ã¿ãã¨ããããªã«ãã¨å
·åãè¯ãã¦ãæ°ã«å
¥ãã®ãã¿ã¼ã³ã§ãã Backbone.View.extend({ tmpl: 'path/to/tmpl', initialize: function() { this.model = new SomeModel(); this.model.fetch({ success: this.render }); }, presenter: function() { var data = this.model.toJSON(); // data manipulation
{{#tags}}- {{label}}
{{/tags}}