我正在使用ngBoostrap来使手风琴在我的应用程序上运行,并且在打开和关闭手风琴时很难使手风琴上的V形字形上下切换。
有人可以通过ngClass帮我实现吗?
我的模板:
public ActionResult Drop()
{
SampleEntities db3 = new SampleEntities();
tblDepartmentVW deptmodel= new tblDepartmentVW {
tblDepartments =db3.tblDepartments.ToList(),
//fill your properties from database
}
return View(deptmodel);
}
似乎根本没有切换...任何建议吗?