I am new to ember (and stackOverflow) and have an issue that I am trying to work through. I have a model for a list of items that I am able to add into, update, and delete and everything on that end works fine. What I would like to do is to try and take the items in the model and write them into a formatted text file to download.
The model data is fine.
I know I can use this code to download a file from a url: < a href="urlFile" download="filename">
I just don't see any guides that can get me from the model to the download and I was wondering if anyone has any suggestions that could point me in the right direction. Thanks.