Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1011 Bytes

File metadata and controls

15 lines (10 loc) · 1011 Bytes

Accio Code Tutorials: AngularJS#

Updated: 11-11-14

This tutorial series for AccioCode will show how to use the basics of AngularJS. You will learn how to make a simple web page and a simple web application.

What is AngularJS

AngularJS is an open-source framework in JavaScript. It was created and maintained by Google as an alternative to other JavaScript frameworks to make single-page applications easier.

It is an MVC (Model-View-Controller) framework so a brief understanding of MVC is suggested, but not required, to use this tutorial.

Course Videos

  1. Setting up AngularJS Workspace
  2. Simple Data Binding with AngularJS
  3. An Introduction to Controllers