Skip to content

Instantly share code, notes, and snippets.

View anujku's full-sized avatar

Anuj Kulkarni anujku

View GitHub Profile
@anujku
anujku / app.js
Last active August 29, 2015 14:01
Ember Gauge Component
var App = Em.Application.create();
App.ApplicationController = Em.ObjectController.extend({
base:0,
something1: 375,
something2: 500
});
App.MyGaugeComponent = Em.Component.extend({