Skip to content

Instantly share code, notes, and snippets.

@alexissmirnov
Created July 18, 2011 13:35
Show Gist options
  • Save alexissmirnov/1089523 to your computer and use it in GitHub Desktop.
Save alexissmirnov/1089523 to your computer and use it in GitHub Desktop.
App.contactsState = SC.Responder.create( {
didBecomeFirstResponder : function() {
var records = App.store.find(App.contactsQuery);
App.contactsController.set('content', records);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment