diff options
Diffstat (limited to 'docs/content/tutorial/step_02.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_02.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index 20dd88a2..e8a894cb 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -81,7 +81,7 @@ __`app/js/controllers.js`:__  var phonecatApp = angular.module('phonecatApp', []); -phonecatApp.controller('PhoneListCtrl', function PhoneListCtrl($scope) { +phonecatApp.controller('PhoneListCtrl', function ($scope) {    $scope.phones = [      {'name': 'Nexus S',       'snippet': 'Fast just got faster with Nexus S.'}, | 
