ui: fix listener on dc controller content

fixes #694
This commit is contained in:
Jack Pearkes 2015-02-19 11:48:03 -08:00
parent ab18b0fc32
commit 96f1077d9d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ App.DcController = Ember.Controller.extend({
datacenter: function() {
return this.get('content');
}.property('Content'),
}.property('content'),
checks: function() {
var nodes = this.get('nodes');