-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added missing methods to the defineResource methodsToProxy list.
Stable Version 0.5.5.
- Loading branch information
Showing
5 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* @author Jason Dobry <[email protected]> | ||
* @file angular-data-mocks.js | ||
* @version 0.5.4 - Homepage <https://github.com/jmdobry/angular-data-mocks> | ||
* @version 0.5.5 - Homepage <https://github.com/jmdobry/angular-data-mocks> | ||
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/> | ||
* @license MIT <https://github.com/jmdobry/angular-data-mocks/blob/master/LICENSE> | ||
* | ||
|
@@ -756,10 +756,13 @@ function DSProvider() { | |
var methodsToProxy = [ | ||
'bindAll', | ||
'bindOne', | ||
'changes', | ||
'create', | ||
'createInstance', | ||
'destroy', | ||
'destroyAll', | ||
'eject', | ||
'ejectAll', | ||
'filter', | ||
'find', | ||
'findAll', | ||
|
@@ -1275,7 +1278,7 @@ module.exports = DSProvider; | |
* @description | ||
* Fake angular-data implementation suitable for unit testing angular applications that use the `angular-data.DS` module. | ||
* | ||
* __Version:__ 0.5.4 | ||
* __Version:__ 0.5.5 | ||
* | ||
* __angular-data-mocks requires SinonJS to be loaded in order to work.__ | ||
* | ||
|
@@ -1460,7 +1463,7 @@ module.exports = DSProvider; | |
'angular-data.DSHttpAdapterMock', | ||
'angular-data.DSLocalStorageAdapterMock' | ||
]) | ||
.value('version', '0.5.4'); | ||
.value('version', '0.5.5'); | ||
|
||
})(window, window.angular); | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.