A base view that extends from Backbone.View. All the app views must inherit from this. The general code of the views goes here.
Bind a subview to an element via a selector : render the subview in the element node (a descendent of the current view).
Parameters
view: AppView, The view to bind
selector: String, jQuery selector of the node element