@NEstryk wrote:
in the controller defined statements property :
export default Ember.Controller.extend({
...
statements : [],
....
}),
I try to get this property in function but the property not recognized :
let scatterController = Ember.inject.controller('sqlserver.pi.scatter-chart-analyitics'); // my controllerfunction getStatments() {
scatterController.statements ;
}
Posts: 1
Participants: 1