Skip to content
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

Closed
wants to merge 6 commits into from
Closed

#176 AngularJS i18n support #177

wants to merge 6 commits into from

Conversation

Nazanin1369
Copy link
Collaborator

No description provided.

@Nazanin1369 Nazanin1369 changed the title #174 AngularJS i18n support #176 AngularJS i18n support Dec 23, 2015
"demo.styleGuide.usingBootstrapClasses": "使用自举类",
"demo.styleGuide.p3": "欲了解更多有关AngularJS验证类检查官员AngularJS",
"demo.styleGuide.documentation": "文件"
}
Copy link
Owner

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.

@hueitan hueitan mentioned this pull request Dec 26, 2015

// -------------------
// config phase
// -------------------
.config(['$validationProvider', function($validationProvider) {
.config(['$validationProvider', '$translateProvider', 'tmhDynamicLocaleProvider', function($validationProvider, $translateProvider, tmhDynamicLocaleProvider, $translate) {
Copy link
Owner

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?

Copy link
Collaborator Author

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.

@hueitan
Copy link
Owner

hueitan commented Jan 26, 2016

I'm closing this, open if needed.

@hueitan hueitan closed this Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants