$(function(){ $(".sem").click(function(){ $(".comments").hide(); $(this).parent().next(".comments").show(); $(".circle.active").removeClass("active"); $(this).parent().addClass("active"); });});这是jQuery的代码,我想改用angular的话,这个要怎么写呀?
添加回答
举报
0/150
提交
取消