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.
有谁知道我如何在 Angular 中创建垂直滑动菜单?就像来自屏幕左侧的新 facebook 滑动菜单一样。
有几个小提琴可用,但都适用于 jquery
你需要创建一个directive来做到这一点。您可以从snap.js ( Angular-Snap ) 开始。
directive
演示
<snap-drawer> I'm in a drawer! </snap-drawer> <snap-content> I'm your main content! </snap-content>