Skip to content

Commit 858bef1

Browse files
committed
Stable Version 0.4.0
1 parent 88a2c2b commit 858bef1

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

dist/angular-data.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @author Jason Dobry <[email protected]>
3-
* @file angular-data.min.js
4-
* @version 0.1.0-SNAPSHOT - Homepage <http://jmdobry.github.io/angular-data/>
3+
* @file angular-data.js
4+
* @version 0.4.0 - Homepage <http://jmdobry.github.io/angular-data/>
55
* @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>
66
* @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
77
*
@@ -2819,16 +2819,16 @@ function DSProvider() {
28192819

28202820
module.exports = DSProvider;
28212821

2822-
},{"./async_methods":32,"./http":35,"./sync_methods":48,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"services":[function(require,module,exports){
2823-
module.exports=require('cX8q+p');
2824-
},{}],"cX8q+p":[function(require,module,exports){
2822+
},{"./async_methods":32,"./http":35,"./sync_methods":48,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"cX8q+p":[function(require,module,exports){
28252823
module.exports = {
28262824
config: {
28272825
idAttribute: 'id'
28282826
},
28292827
store: {}
28302828
};
28312829

2830+
},{}],"services":[function(require,module,exports){
2831+
module.exports=require('cX8q+p');
28322832
},{}],"hT1bCX":[function(require,module,exports){
28332833
module.exports = {
28342834

@@ -4020,9 +4020,7 @@ function previous(resourceName, id) {
40204020

40214021
module.exports = previous;
40224022

4023-
},{"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"errors":[function(require,module,exports){
4024-
module.exports=require('hIh4e1');
4025-
},{}],"hIh4e1":[function(require,module,exports){
4023+
},{"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"hIh4e1":[function(require,module,exports){
40264024
/**
40274025
* @doc function
40284026
* @id errors.types:UnhandledError
@@ -4232,6 +4230,8 @@ module.exports = {
42324230
RuntimeError: RuntimeError
42334231
};
42344232

4233+
},{}],"errors":[function(require,module,exports){
4234+
module.exports=require('hIh4e1');
42354235
},{}],55:[function(require,module,exports){
42364236
(function (window, angular, undefined) {
42374237
'use strict';

0 commit comments

Comments
 (0)