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

Commit

Permalink
fix(docs): fix example in directive ngdoc-documentation (fixes #678)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspaeth committed Aug 19, 2014
1 parent 3c4028c commit 176b3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/directive/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ angular.module('pascalprecht.translate')
.config(function ($translateProvider) {
$translateProvider.translations({
$translateProvider.translations('en',{
'TRANSLATION_ID': 'Hello there!',
'WITH_VALUES': 'The following value is dynamic: {{value}}'
});
}).preferredLanguage('en');
});
Expand Down

0 comments on commit 176b3e9

Please sign in to comment.