Sha256: 87e373d142ecbd14324af1b2529499af93ce39133dee8ebafa01ac5869580354

Contents?: true

Size: 475 Bytes

Versions: 2

Compression:

Stored size: 475 Bytes

Contents

/*jsl:import coherent*/

NIB('<%=name%>', {

  '<%=name%>': VIEW({
    ':root': coherent.View({
      //  Set up necessary bindings and configuration information for your
      //  root view here.
      })
  }),

  //  Connect your views or controllers to the owning ViewController
  'owner':
  {
    //  Connect the main view for the ViewController, without this association
    //  the ViewController won't be able to display your view.
    view: REF('<%=name%>')
  }

});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coherent-0.6.10 generators/nib/templates/@name@.js.erb
coherent-0.6.9 generators/nib/templates/@name@.js.erb