Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道在 AngularJS 中,我们不应该在控制器内进行任何 dom 操作。但是,如果我需要在单击元素时进行 dom 操作,那么我应该如何处理它。例如,在构建菜单时,我需要在单击时显示子菜单,我如何在控制器中不进行 dom 操作的情况下完成它?