Backendless.enablePromises doesn't work in IE

I’ve came across this while testing my angularjs app on IE. The app can’t instantiate due to promises not being supported by IE.
Is there an easier fix to this instead of changing out my code to use the Backendless.Async argument everywhere?
This link is to the angular error.

Hi Kieran,

in your case I would advice you to include a promise polyfill in your project.

Regards,
Stanislav

Hi Stanislav,

Thank you for the quick reply, I’ve included this in my project and its working fine now.
Maybe this should be added into the documentation to prevent people getting this issue in the same way I have?

Thanks.