Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(service): docs annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Apr 2, 2014
1 parent 20744c8 commit 839c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
* results that the function returns an object where each key
* is the translation id and the value the translation.
* @param {object=} interpolateParams An object hash for dynamic values
* @returns {Q.promise}
* @returns {object} promise
*/
this.$get = [
'$log',
Expand Down

0 comments on commit 839c4e8

Please sign in to comment.