balderdashy / mast

UI conventions built on top of Backbone.JS
MIT License
81 stars 14 forks source link

Feature: pass data to regions (subcomponents) #70

Closed mikermcneil closed 11 years ago

mikermcneil commented 12 years ago

In the regions hash, pass data straight to the model of the subcomponent:

regions: {
  '.someoutlet': 'SomeSubcomponent',
  '.someotheroutlet': {
     yadayada
  }
}

this sort of already exists-- look into it

mikermcneil commented 12 years ago

nevermind we need to do this