This is not really a "code" question, more of a tools question.
I have a Web App deployed to a single custom client. I own the code, and its gotten to the point where I want to build a demo web site in order to show the app to other potential clients. The UI is built using Angular JS.
Are there any good plugins/libraries/other tools to facilitate adding tutorial information to a web app? Specifically, I'm looking for the ability to add a modal "help popup" to each page that will apear when they first enter a page. It should have a "don't show again" checkbox. I'm open to other ideas as well.
I've tried Googling, but every combination of Angular App & Demo returns tips on using Angular JS itself.
I known it would be fairly easy to go through my app and add modal dialogs and add a table to my database to store the "show" setting. I could add this page to each form in my application, probably with a service to keep it consistent. But I'd like to do this in the least intrusive way possible so that the code for my demo site stays in synch with my base code.
Does anyone know if any such libraries?
Thanks