This commit is contained in:
ven
2016-06-02 14:55:22 +02:00
committed by Masahiro Wakame
parent 65b05d550d
commit 32e93d9fa7

View File

@@ -95,7 +95,7 @@ declare namespace angular.resource {
(params: Object, data: Object, success?: Function, error?: Function): IResourceArray<T>;
}
// Baseclass for everyresource with default actions.
// Baseclass for every resource with default actions.
// If you define your new actions for the resource, you will need
// to extend this interface and typecast the ResourceClass to it.
//