ANGULAR JS ROBERTO GUTIERREZ
WHAT IS IT? Toolset for building the framework for application development Angular models are plain old javascript Developed by Misko Hevery and Adam Abrons at Brat Tech LLC and google No DOM needed
WHO IS USING IT? Sites like github use angular js, not very many mainstream sites have used it as opposed to backbone js
HOW IS IT BEING USED? Used to make enhanced web applications
ADVANTAGES Fully extensible and works well with other libraries Easy to test, maintain, reuse. Lets you invent new html syntax specific for your application
DISADVANTGES Takes longer to learn than backbone and knockout js On fallback mechanism (what if they have javascript disabled?) Could be more secure than it is now (it runs solely on javascript)