angularjs-eclipse icon indicating copy to clipboard operation
angularjs-eclipse copied to clipboard

HTML Editor doesn't support ng-true-value or ng-false-value

Open Matt-Robinson opened this issue 10 years ago • 1 comments

When validating HTML code containing attributes ng-true-value or ng-false-value, these are reported incorrectly as Undefined attribute names.

Matt-Robinson avatar Jun 22 '14 23:06 Matt-Robinson

I will try to implement that in 0.4.0.

According doc https://docs.angularjs.org/api/ng/input/input%5Bcheckbox%5D ng-true-value is a parameter of input[checkbox].

To manage this case :

  • filter for input[checkbox] must be implemented (today only element filter like input is implemented)
  • parameter must support the ng* syntax.
  • I don't know how to fix that, but I don't know how to manage attribute validation with WTP which depends on element.

angelozerr avatar Jun 23 '14 08:06 angelozerr