Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettshollenberger committed Feb 14, 2014
1 parent dec8823 commit 441184a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/ng-active-resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ angular.module('ActiveResource').provider('ARAPI', function () {
this.deleteURL = '';
this.updateURL = '';
this.set = function (url) {
console.log('The API#set method has recently changed its defaults. Please see https://github.com/FacultyCreative/ngActiveResource/pull/19 for details');
if (url.slice(-1) != '/')
url = url + '/';
this.createURL = url + plural;
Expand Down

0 comments on commit 441184a

Please sign in to comment.