1
I’m experiencing the W3.CSS in an application Angularjs which until then used Bootstrap CSS.
But the modal of W3.CSS uses anchor to open, already the Angularjs interprets the anchors as routes and redirects to the route.
How do I have a otherwise, it redirects to the /
and does not open the modal.
If I register a route to the modal, the Angularjs opens as a page and not as a modal.
I would like guidance on how to proceed in this case.
Just one thing I didn’t understand, I thought W3.css was just pure CSS, the links that define is you aren’t? Puts an example of this Modal.
– Guilherme Nascimento