Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ANGULAR INFO

Why? –Using AJAX to get data without reloading the page and not
having to know much about code!

Angular was created by Misko Hevery in 2008. He designed this initially for
Designers of HTML instead of developers. People who didn’t know code.

Next, he realized that the DOM was so limited. You could write tags, you could point
to data, you could get data and that was fine, but it should be streamlined. Also,
people did not necessarily know the inner workings of the DB code.

Angular was named for the “angle” brackets in HTML.

Misko collaborated with Google but was not impressed initially with Best Practices
of Google and the web. They wanted full OPEN SOURCE.

Angular.js

15 code samples bit by bit:

https://github.com/curran/screencasts/tree/gh-pages/introToAngular

www.angularjs.org – original site

You might also like