mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 19:23:38 +08:00
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