Merge pull request #1296 from phantomwhale/master

Fix typo in comments
This commit is contained in:
Basarat Ali Syed
2013-11-19 15:09:44 -08:00
+1 -1
View File
@@ -582,7 +582,7 @@ declare module ng {
cache?: any;
withCredentials?: boolean;
// These accept multiple types, so let's defile them as any
// These accept multiple types, so let's define them as any
data?: any;
transformRequest?: any;
transformResponse?: any;