【发布时间】:2016-10-08 20:19:09
【问题描述】:
【问题讨论】:
【问题讨论】:
在您的controller 中应该是,
angular.module('realEstate').controller('AggregateController', AggregateController);
而不是,
angular.module('app').controller('AggregateController', AggregateController);
【讨论】: