Questions tagged [emblem.js]

Ember-targeting, indentation-base templating language that compiles to Handlebars.js

Emblem.js is an indentation-based templating language that compiles to Handlebars. It is therefore

  • Efficiently/easily precompilable
  • Compilable in the browser
  • Fully compatible with Ember.js's auto-updating templates
  • Way more fun to write/maintain than {{mustached}}'d HTML

Useful links:

61 questions
-1
votes
1 answer

Ember.js: Rendering template with parameters

I'm a novice in ember and I'm building a test app with ember.js. It's a calendar. I need to group events by day of week. In my controller I have something like this: Calendar.WeekController = Ember.ArrayController.extend sunday: ( -> …
1 2 3 4
5