docs(guide/controller): fix typo

This commit is contained in:
Andrew Mortimer
2014-05-08 11:28:16 -04:00
committed by Brian Ford
parent 84402b11c8
commit f5f1fd1963

View File

@@ -243,7 +243,7 @@ more information about scope inheritance.
}]);
myApp.controller('GrandChildController', ['$scope', function($scope) {
$scope.timeOfDay = 'evening';
$scope.name = 'Gingerbreak Baby';
$scope.name = 'Gingerbread Baby';
}]);
</file>
</example>