docs(guide/controller): fix typo
This commit is contained in:
committed by
Brian Ford
parent
cf3f709889
commit
f4bb006e45
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user