angular-odata-resources: added $promise property on the return type of count

This commit is contained in:
Raphael ATALLAH
2015-08-17 16:09:18 -07:00
parent e99ef514ee
commit fdb0de3a61

View File

@@ -267,6 +267,7 @@ declare module OData {
interface ICountResult{
result: number;
$promise: angular.IPromise<any>;
}
class Provider<T> {