将Angular Modal转换为Ajax内容

时间:2014-07-06 05:09:04

标签: javascript angularjs angularjs-directive

根据下面评论者的建议,我已将代码更改为以下内容。内容显示但控制器无法加载。

var profileContent = $('#profilePage');
profileContent.attr('ng-controller','contactsProfileController');
profileContent.load('/contacts/profile/');   
$compile(profileContent.contents())($scope);

0 个答案:

没有答案