Posts by Anderson Souza • 21 points
3 posts
-
0
votes0
answers60
viewsQ: Map does not load en route
I am trying to upload a map into an HTML file that is mapped on a route using ui.router. Head of the index <head> <title>Página Inicial</title> <base href="/"> <meta…
-
0
votes0
answers259
viewsQ: Recovering object and setting in a modal
How do I stop when I click the trigger editar, a modal open with the data of an object I previously selected in the table? Follows my code: <div class="container"> <div class="row"…
-
2
votes2
answers253
viewsQ: Regex - Regular Expression
I wonder why the regular expressions I’ve written aren’t giving match (marrying) correctly. The expressions are as follows:: User name that must be unique and cannot contain special characters…