Skip to content

Instantly share code, notes, and snippets.

View MikailCliftov's full-sized avatar

MikailCliftov

View GitHub Profile
//at a console in firefox: should I see an alert with value 'hi' from the following:
q = Rapid.store.find(MyApp.A);
q.forEach(function(item){
v = MyApp.store.materializeRecord(item.get('storeKey'));
console.log(v);
})
//inside of A SC.Record
aComputedProperty : function(){