docsa

Results 2 comments of docsa

Sorry for late answer. As is, your code does not work : you need to send 'Access-Control-Allow-Origin' with each annswer. This code does work : app.use(function(req, res, next) { res.set('Access-Control-Allow-Origin',...

You should write a directive which waits until data is loaded, then runs $('.footable').trigger('footable_redraw'); There is a fully explained post here : https://www.codetutorial.io/angular-jquery-after-render/