|
1 | 1 | /**
|
2 | 2 | * @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/> |
5 | 5 | * @copyright (c) 2014 Jason Dobry <https://github.com/jmdobry/angular-data>
|
6 | 6 | * @license MIT <https://github.com/jmdobry/angular-data/blob/master/LICENSE>
|
7 | 7 | *
|
@@ -2819,16 +2819,16 @@ function DSProvider() {
|
2819 | 2819 |
|
2820 | 2820 | module.exports = DSProvider;
|
2821 | 2821 |
|
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){ |
2825 | 2823 | module.exports = {
|
2826 | 2824 | config: {
|
2827 | 2825 | idAttribute: 'id'
|
2828 | 2826 | },
|
2829 | 2827 | store: {}
|
2830 | 2828 | };
|
2831 | 2829 |
|
| 2830 | +},{}],"services":[function(require,module,exports){ |
| 2831 | +module.exports=require('cX8q+p'); |
2832 | 2832 | },{}],"hT1bCX":[function(require,module,exports){
|
2833 | 2833 | module.exports = {
|
2834 | 2834 |
|
@@ -4020,9 +4020,7 @@ function previous(resourceName, id) {
|
4020 | 4020 |
|
4021 | 4021 | module.exports = previous;
|
4022 | 4022 |
|
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){ |
4026 | 4024 | /**
|
4027 | 4025 | * @doc function
|
4028 | 4026 | * @id errors.types:UnhandledError
|
@@ -4232,6 +4230,8 @@ module.exports = {
|
4232 | 4230 | RuntimeError: RuntimeError
|
4233 | 4231 | };
|
4234 | 4232 |
|
| 4233 | +},{}],"errors":[function(require,module,exports){ |
| 4234 | +module.exports=require('hIh4e1'); |
4235 | 4235 | },{}],55:[function(require,module,exports){
|
4236 | 4236 | (function (window, angular, undefined) {
|
4237 | 4237 | 'use strict';
|
|
0 commit comments