Add missing headers() function to restangular's IResponse

This commit is contained in:
Lukas Sembera
2015-09-20 19:46:51 +02:00
parent 273a567b0a
commit f38b15bc38
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ declare module restangular {
interface IResponse {
status: number;
data: any;
headers(name: string): string;
config: {
method: string;
url: string;