consul/ui/javascripts/app/controllers.js

16 lines
185 B
JavaScript
Raw Normal View History

2014-04-25 13:49:36 -04:00
//
// path: /
//
// The index is for choosing datacenters.
//
App.IndexController = Ember.Controller.extend({
});
//
// path: /:dc
//
App.DcController = Ember.Controller.extend({
})