$id is a number on 1.3

This commit is contained in:
Paulo Cesar 2014-08-22 06:11:30 -03:00
parent db5232d423
commit ee3b10e2b0

View File

@ -376,7 +376,7 @@ declare module ng {
$root: IRootScopeService;
this: IRootScopeService;
$id: string;
$id: number;
// Hidden members
$$isolateBindings: any;