-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#176 AngularJS i18n support #177
Conversation
"demo.styleGuide.usingBootstrapClasses": "使用自举类", | ||
"demo.styleGuide.p3": "欲了解更多有关AngularJS验证类检查官员AngularJS", | ||
"demo.styleGuide.documentation": "文件" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't worry, I will do the translation job.
an empty message aborts
…ation pecially if it merges an updated upstream into a topic branch.
|
||
// ------------------- | ||
// config phase | ||
// ------------------- | ||
.config(['$validationProvider', function($validationProvider) { | ||
.config(['$validationProvider', '$translateProvider', 'tmhDynamicLocaleProvider', function($validationProvider, $translateProvider, tmhDynamicLocaleProvider, $translate) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this $translate
need in last param?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually no. Forgot to remove it.
On Dec 27, 2015 6:07 AM, "Huei Tan" notifications@github.com wrote:
In demo/demo.js
#177 (comment)
:// -------------------
// config phase
// -------------------
- .config(['$validationProvider', function($validationProvider) {
- .config(['$validationProvider', '$translateProvider', 'tmhDynamicLocaleProvider', function($validationProvider, $translateProvider, tmhDynamicLocaleProvider, $translate) {
should this $translate need in last param?
—
Reply to this email directly or view it on GitHub
https://github.com/huei90/angular-validation/pull/177/files#r48455096.
I'm closing this, open if needed. |
No description provided.