Slide 24
Slide 24 text
Define ng-app & ng-controller in the HTML
&
!
Add ngAnimate & define the controller in app.js
var app = angular.module('plunker', ["ngAnimate"]);
!
app.controller('MainCtrl', function($scope) {});
HOOKING UP THE ANGULAR ISH
Details on what this stuff does is on the
AngularJS homepage angularjs.org