angularjs-eclipse
angularjs-eclipse copied to clipboard
HTML Editor doesn't support ng-true-value or ng-false-value
When validating HTML code containing attributes ng-true-value or ng-false-value, these are reported incorrectly as Undefined attribute names.
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.