Skip to content

Commit

Permalink
Added missing methods to the defineResource methodsToProxy list.
Browse files Browse the repository at this point in the history
Stable Version 0.5.5.
  • Loading branch information
jmdobry committed Jul 24, 2014
1 parent a9fec88 commit 4e6db89
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Jason Dobry",
"name": "angular-data-mocks",
"description": "A mock of angular-data for testing purposes.",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://github.com/jmdobry/angular-data-mocks/",
"repository": {
"type": "git",
Expand Down
9 changes: 6 additions & 3 deletions dist/angular-data-mocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*
Expand Down Expand Up @@ -756,10 +756,13 @@ function DSProvider() {
var methodsToProxy = [
'bindAll',
'bindOne',
'changes',
'create',
'createInstance',
'destroy',
'destroyAll',
'eject',
'ejectAll',
'filter',
'find',
'findAll',
Expand Down Expand Up @@ -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.__
*
Expand Down Expand Up @@ -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);

Expand Down
4 changes: 2 additions & 2 deletions dist/angular-data-mocks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4e6db89

Please sign in to comment.