open-consul/ui/javascripts/app/controllers.js

16 lines
185 B
JavaScript
Raw Normal View History

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