Closed tushar-borole closed 9 years ago
Thanks for reporting! Can you actually see the standard classes like ng-invalid and the like on the element?
Also it needs to be wrapped in a form to work.
Yes i can see, but i am not able to see the error template appending to dom
Thank you. I'll dig into that. Could you by any chance provide a plunkr? That would be most helpful! :)
Works for me. You probably shouldn't use select as a name for a directive like that. Might also be you're not using the latest version of ng-fab-form.
Yeh may be version problem http://plnkr.co/edit/WPwKs70UXwARg6SctDQU?p=preview Thanks
If you have a problem like this, you might also wanna try the waitForFormCtrl option.
Thanx a lot man;
You're welcome!
Suppose i dynamically add element by javascript;
i cant see validation error here is code snipped
/@description:to upload video to aws and execute the function/ app.directive('select, function ($parse,$compile) { return { link: function (scope, elm, attr, ngModelCtrl) {
});