Add "name" prop to IRoute

This commit is contained in:
biiiipy
2013-08-05 11:31:43 +03:00
parent 2089d27c7f
commit 2112b07817
+1
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;