I'm working on a project .. however I need to do a validation by taking the current url .. Ex:
If(url('https://pt.stackoverflow.com/questions/ask')){
// Aqui vem minha lógica
}
How do I do this with AngularJS ('am I a beginner in angular ..')?
Thank you.