I've got a route:
.state('home.blog', {
url: "/blog",
templateUrl: "blog.html",
controller: "BlogController"
})
And my route is localhost:3000/home/blog
I would like to change it to localhost:3000/blog
. I searched the Internet but I have not found any simple solution.