Hi,
I'm trying to add http header to transport read in angularJS.
I use bellow option, but It did not work. I think this is because JQuery function did not work in angularJS frame. Can you give me some guide?
beforeSend: function(req) {
req.setRequestHeader('Authorization', auth);
}
PS, could you give me some information for Kendo UI Integrate angularJS. I am not sure Kendo UI will work perfectly in angularJS. I use angularJS 1.X.
Thanks very much!