From 83e50ad5c6b520e8d2b1fd3b60249a70d2e190de Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 21 Feb 2013 14:56:11 +0100 Subject: [PATCH] fix typo --- app/js/services.js.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/services.js.ep b/app/js/services.js.ep index 06be6f1..23c58ca 100644 --- a/app/js/services.js.ep +++ b/app/js/services.js.ep @@ -40,7 +40,7 @@ angular.module('myApp.services', [ 'ngResource' ]). }). factory('Registration', function($resource){ return $resource('/data/:database/registration/:registrationId', { database: '<%= $couchdb_database %>' }, { - query: {method:'GET', params:{registraionId:'@id'}, isArray:true} + query: {method:'GET', params:{registrationId:'@id'}, isArray:true} }); }). /* http://jsfiddle.net/asgoth/7bNAd/ */ -- 2.20.1