I want to route to all child paths to m.
.state('index.m', {
url: "m",
views: {
"viewContainer": {
templateUrl: "p/m.html"
}
}
})
Thus /m and /m/123 and /m/123/a all map to the same route index.m