Batmanjs Custom View

Posted About 10 years ago by Bonyiii.
batmanjs.org

class App.AutocompleteView extends Batman.View html: " " autocompleteSource: -> [] viewDidAppear: -> # I had to replace @node (as it is in the official documentation) to...

Asssign Batmanjs model option to a select element

Posted About 10 years ago by Bonyiii.
github.com

Given the following js model: class MyApp.Post extends Batman.Model @encode options Given the server side json (generated with rabl):