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

Commit

Permalink
fix(docs): fixes methodOf declaration of addInterpolation method
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jul 19, 2013
1 parent 539ed84 commit f1eeba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ angular.module('pascalprecht.translate').provider('$translate', ['$STORAGE_KEY',
/**
* @ngdoc function
* @name pascalprecht.translate.$translateProvider#addInterpolation
* @methodOf pascalprecht.$translateProvider
* @methodOf pascalprecht.translate.$translateProvider
*
* @description
* Adds interpolation services to angular-translate, so it can manage them.
Expand Down

0 comments on commit f1eeba7

Please sign in to comment.