摘要: /** * Module definition and dependencies */ angular.module('App.Child', []) /** * Component */ .component('child', { templateUrl: 'child.html', controller: 'ChildCtrl', }) /** * Controller */ .control 阅读全文
posted @ 2019-09-06 18:00 Zhentiw 阅读(307) 评论(0) 推荐(0)