The 1.09 version is not compatible with the version of the above? Angular-resource.js

Click on the tabs 1.09 version of the above can not be executed angular-resource.js, first time, click again to die.

angular.module('phonecatServices', ['ngResource']).
    factory('Phone', function($resource){
      return $resource('phones/:phoneId.json', {}, {
        query: {method:'GET', params:{phoneId:'phones'}, isArray:true}
      });
    });

Only once the data from the server, second clicks to read data from the server again, why? Version 1.09, version 1.09 or later is not? Who can tell me to fall, thank you.