Skip to content

Commit

Permalink
fix(taTranslations): Change Constant to Value
Browse files Browse the repository at this point in the history
Fix #359
  • Loading branch information
SimeonC authored and SimeonC committed Oct 20, 2014
1 parent 0924a8c commit 58781ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textAngularSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ angular.module('textAngularSetup', [])
}
])

.constant('taTranslations', {
.value('taTranslations', {
// moved to sub-elements
//toggleHTML: "Toggle HTML",
//insertImage: "Please enter a image URL to insert",
Expand Down

0 comments on commit 58781ee

Please sign in to comment.