Getting Started AngularJS is a JavaScript framework that provides lots of solutions to many of web development’s problems. This isn’t to say that it is the end-all-be-all of web development tools, but it does provide a great jumping off point for your web application. There are a few things that you’ll need to wrap your head around before jumping in full force but let’s take a quick look at the basics with the following super-simple web application. HTML Nothing in the HTML should … [Read more...]
AngularJS, what is it?
AngularJS, Simply Put AngularJS is a JavaScript framework. It provides an Application Programming Interface (API) that allows you to build web applications using JavaScript, HTML, & CSS. The API that Angular provides is a well thought out and robust set of solutions that provide you the ability to create powerful web applications more simply & quickly. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, … [Read more...]