Live data from Hacker News

Viewing profile — terbanator

terbanator

HN member
Joined
Thu, Dec 20, 2012, 3:29 AM UTC
HN karma
8
Public activity
8 items

About terbanator

No profile information was provided.

Recent public activity

  1. comment
    Comment #6634389

    I've found quite the opposite. Ember docs are very clear, constantly being refined and tweaked, and the core devs are actually willing to take input to improve upon them.

  2. story
    Q2eBanking (Austin, TX) is Hiring Developers

    Q2eBanking (Austin, TX) is Hiring Developers Come join us at Pinballz Arcade for a recruiting event targeted at all levels of experience. Entry Level - NO EXPERIENCE REQUIRED This …

  3. story
  4. story
  5. comment
    Comment #5425293

    We use a local storage method in browser and app data when running in phone gap

  6. comment
    Comment #5425091

    We use this strategy also. In setupController functions, (of your routes), we typically run fetches and fill content of our controllers. Why does everyone get hung up on Ember-data…

  7. comment
    Comment #5334177

    http://jsfiddle.net/sgterban/kDqBs/ - Example

  8. comment
    Comment #5334135

    Your examples are incorrect. The Route's model is set as the content of the controller, so all you need to say is #each item in content. Your model is set as the "content" of your …