Skip to content

Instantly share code, notes, and snippets.

@erichocean
Created November 7, 2008 17:17
Show Gist options
  • Save erichocean/22907 to your computer and use it in GitHub Desktop.
Save erichocean/22907 to your computer and use it in GitHub Desktop.
Cp2.mixin(
/** @scope Cp2 */ {
/** Landing page */
goStateA1: function() {
// do something...
},
/** Some other page */
goStateA2: function() {
SC.page.getPath('workspace.sideCar.masterFooter.addLandingPage').set('isEnabled', true);
SC.page.getPath('fullHeader.controlSegments').set('isEnabled', false);
}
)};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment