Where is ngResource with 0.9.23?

Hi,
you don’t distribute the AngularJS Resource module anylonger - which one shall I use with 0.9.23 instead ? I have a dependency on ngResource.
Thanks,
Martin

I used for now the one from 0.9.22 which seems to be just fine - still I would be interested to know if you will provide this angular module in the future through your ionic distribution and if not which one to use ? Thanks!

1 Like

You can just get it from Angular yourself. http://code.angularjs.org/1.2.10/

Thanks very much! Where do I see what AngularJS version is supported with current ionic release ?
Cheers, Martin

Just open the “angular.js” file that came with whatever version of Ionic you downloaded. The header will be something like:

/**
 * @license AngularJS v1.2.10
 * (c) 2010-2014 Google, Inc. http://angularjs.org
 * License: MIT
 */
1 Like