I'm learning to make my first angularJS app, and am having trouble getting the data to bind. The code is at https://github.com/findjashua/angular
In views/index.jade, {{understand}} is not getting the value of $scope.understand from public/javascripts/maincontroller.js
Any ideas what the problem is?