Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

hi all things done with jquery can be done with angularjs and also i heard it can be done more easily with angular. but have the following questions?

  1. for ASP MVC provides unobstrusive validations of forms' controls, since angularjs is not jquery and not commonly used with jquery does the unobstrusive validations done through Angular or i have to use some other?

  2. Is Bootstrap still used with Angular as the primary look-and-feel library?

  3. please provide some good resource links for AngularJs-ui, data binding etc just as they have resource links for jquery

share|improve this question
1  
Whatever css framework you use has nothing to do with angular. Also angular has built in validation. Please do some basic research before asking questions like this – charlietfl 19 hours ago
  1. I'm not sure about that but AngularJS is commonly used with jQuery for directives etc. You can use Angular without jQuery as Angular comes with it's own lighter version of it. But unobtrusive should work alongside Angular.

  2. Yes, Bootstrap is commonly used for styling. You can also check out AngularUI Bootstrap which has AngularJS support builtin and a nice set of extra tools.

  3. Check out their Github pages for each project, it contains a bunch of useful info. https://github.com/angular-ui/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.