Skip to content

ng-Messages Syntax Error #14

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

Closed
shaohaolin opened this issue Jun 24, 2015 · 1 comment
Closed

ng-Messages Syntax Error #14

shaohaolin opened this issue Jun 24, 2015 · 1 comment

Comments

@shaohaolin
Copy link

I am creating the directive for form field. And I got a ng-messages syntax error on the following code:
jscode

The error:
syntaxerror

Angular explaination:
angularerror

Angular version: 1.4.1
Angular message version: 1.4.1

@shaohaolin
Copy link
Author

After couple hours researching, I found out the reason.
ng-messages no longer interprets its attribute value properly #11616
(angular/angular.js#11616)

Because angular message 1.4.1 no longer support interprets its attribute value, we can not use {{ }} to evaluate angular express in ng-messages.
The way I walk around with this:
solution1

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

No branches or pull requests

1 participant