Hacker News new | ask | show | jobs
by gnufied 4715 days ago
Yes, definitely not angural.js. It would be still interesting to see their mobile webapp stack.
1 comments

It's currently very simple.

The mobile app is just part of our main web app. We use the same models and controllers as our desktop views. We have separate markup, different bundles for mobile JavaScript and CSS, and separate view models[1].

[1] http://warpspire.com/posts/mustache-style-erb/