I\'m making a resource viewer app, but the problem is that i tried to match when(\"/!/:resourceUrl\").
when(\"/!/:resourceUrl\")
It works fine if the resource url is something l
As of now, AngularJS doesn't support regular expressions in routes.
Check these links: https://github.com/angular/angular.js/issues/918, https://github.com/angular/angular.js/pull/972