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 cf3f709889
commit f4bb006e45

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>