Duration: 18:09 min
Summary: In this video, we will start discussing controllers. We start our video with a quick design on how MVC is setup and how angular creates modules and controllers. We will see that the controller and the view and bridged with the $scope service. After creating the module and the controller in the JavaScript file, we move into the view and we discuss how to use the ng-controller to have the $scope available to the view. We will discuss these concepts more and more as we progress through the course.