mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 22:37:20 +08:00
docs(misc core): fixed broken angular.copy example
The module was not being registered, and this broke the example for who knows how long! Closes #8218
This commit is contained in:
@@ -747,7 +747,7 @@ function isLeafNode (node) {
|
||||
</div>
|
||||
|
||||
<script>
|
||||
angular.module('copyExample')
|
||||
angular.module('copyExample', [])
|
||||
.controller('ExampleController', ['$scope', function($scope) {
|
||||
$scope.master= {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user