Quantcast
Viewing all articles
Browse latest Browse all 4827

Controller property not recognized

@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 controller

function getStatments() {
scatterController.statements ;
}

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4827

Trending Articles