AngularJS-如何手动销毁控制器

时间:2018-12-06 14:59:31

标签: angularjs scope angularjs-scope destroy

我想破坏控制器。如何手动触发它?

例如,在下面的代码中,我想手动从其他控制器中销毁(home.ctrl)控制器。

.state('app.home', {
            url: '/home',
            params: { 'context': null },
            views: {
                'home': angularAMD.route({
                    templateUrl: 'app/modules/home/home.html',
                    controllerUrl: 'app/modules/home/home.ctrl'
                })
            }
        })

0 个答案:

没有答案