标签: javascript angularjs angularjs-directive
根据下面评论者的建议,我已将代码更改为以下内容。内容显示但控制器无法加载。
var profileContent = $('#profilePage'); profileContent.attr('ng-controller','contactsProfileController'); profileContent.load('/contacts/profile/'); $compile(profileContent.contents())($scope);