I wonder if I can catch the parameter's value like below:
.state('form', {
url: "/from/:formID",
templateUrl: "forms/{{formID}}.html"
});
I want to assign the parameter's value inside the templateURL. Is there a way to do that?