Replace bool with boolean in angular

This commit is contained in:
jraymakers
2013-07-25 22:56:10 -07:00
parent 77e78221e0
commit 0d35893c08
2 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ declare module ng.resource {
// Just a reference to facilitate describing new actions
interface IActionDescriptor {
method: string;
isArray?: bool;
isArray?: boolean;
params?: any;
headers?: any;
}