Merge pull request #828 from biiiipy/patch-1

Add "name" prop to IRoute
This commit is contained in:
Boris Yankov
2013-08-05 06:08:47 -07:00

View File

@@ -626,6 +626,7 @@ declare module ng {
// see http://docs.angularjs.org/api/ng.$routeProvider#when for options explanations
interface IRoute {
controller?: any;
name?: string;
template?: string;
templateUrl?: any;
resolve?: any;