|
1 | 1 | /** |
2 | 2 | * @author Jason Dobry <jason.dobry@gmail.com> |
3 | 3 | * @file angular-data.js |
4 | | - * @version 0.4.2 - Homepage <http://jmdobry.github.io/angular-data/> |
| 4 | + * @version 0.5.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 | * |
@@ -2781,16 +2781,16 @@ function DSProvider() { |
2781 | 2781 |
|
2782 | 2782 | module.exports = DSProvider; |
2783 | 2783 |
|
2784 | | -},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"services":[function(require,module,exports){ |
2785 | | -module.exports=require('cX8q+p'); |
2786 | | -},{}],"cX8q+p":[function(require,module,exports){ |
| 2784 | +},{"./async_methods":31,"./http":34,"./sync_methods":45,"errors":"hIh4e1","services":"cX8q+p","utils":"uE/lJt"}],"cX8q+p":[function(require,module,exports){ |
2787 | 2785 | module.exports = { |
2788 | 2786 | config: { |
2789 | 2787 | idAttribute: 'id' |
2790 | 2788 | }, |
2791 | 2789 | store: {} |
2792 | 2790 | }; |
2793 | 2791 |
|
| 2792 | +},{}],"services":[function(require,module,exports){ |
| 2793 | +module.exports=require('cX8q+p'); |
2794 | 2794 | },{}],38:[function(require,module,exports){ |
2795 | 2795 | var utils = require('utils'), |
2796 | 2796 | errors = require('errors'), |
|
0 commit comments