Khan Academy or Scratch Wikia
Angularjs

AngularJS is a JavaScript library that works with the Model View Controller in order to allow single page applications.

Syntax[]

<html ng-app>
  
       <head>
  
           <title></title>
  
           <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/<code>angular.min.js</code>"></script>
  
       </head>
  
   </html>
  

Sites with AngularJS Lessons[]