|
1 | 1 | /** |
2 | 2 | * @author Jason Dobry <jason.dobry@gmail.com> |
3 | | - * @file angular-data.js |
| 3 | + * @file angular-data.min.js |
4 | 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> |
@@ -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"}],"cX8q+p":[function(require,module,exports){ |
| 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){ |
2823 | 2825 | module.exports = { |
2824 | 2826 | config: { |
2825 | 2827 | idAttribute: 'id' |
2826 | 2828 | }, |
2827 | 2829 | store: {} |
2828 | 2830 | }; |
2829 | 2831 |
|
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,7 +4020,9 @@ function previous(resourceName, id) { |
4020 | 4020 |
|
4021 | 4021 | module.exports = previous; |
4022 | 4022 |
|
4023 | | -},{"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"hIh4e1":[function(require,module,exports){ |
| 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){ |
4024 | 4026 | /** |
4025 | 4027 | * @doc function |
4026 | 4028 | * @id errors.types:UnhandledError |
@@ -4230,8 +4232,6 @@ module.exports = { |
4230 | 4232 | RuntimeError: RuntimeError |
4231 | 4233 | }; |
4232 | 4234 |
|
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