I got an JS-object in my index.html namend user. In this object are some user with mail, name etc.
So now I want to use this object in my app.js (AngularJS). I need it there. I tried to tranfer it like this in my app.js:
var tempArr = $scope.user;
But it does not work. Is there a possibility to transfer it from JS in my index.html to app.js?
index.html? Post some code.window