xtform
xtform copied to clipboard
AngularJS form validation extensions.
I am having issues with a custom strategy which i want to show any validation errors whenever the page is loaded. The page loads an async data source to populate...
test is failing. expects $scope.xtForm.submit() in controller to exist. how do i put xtForm there or mock it up?
The new override possibility for the error messages is nice, but enough for me as I need to make my site multi-lingual. For the multi-lingual support we use angular-gettext. In...
Add tooltip-trigger to the form element. This is the same as bootstrap's trigger option on the tooltip plugin.
This is a nice new feature. But this does not place a red border round the element. Is it possible to add a class like "xt-error" to the element indicated...
Code coverage is around 60%. No tests have been created for the tooltip directive.
The css that provides the red border in 2.0 has moved to another class. But this class is not provided in the distribution package. Therefore out of the box there...