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.
我有一个搜索表单,用户输入几个字段(比如用户名和日期)进行搜索。我需要将搜索参数传递给新的控制器/子控制器,以便它可以获取搜索结果并显示在搜索表单下方。
我该怎么做呢?
指向任何现有演示的指针都会很棒
谢谢你穆拉利
egghead.io 上有一些关于此的视频。你的帖子很模糊,但这里有一个演示链接,用于在控制器之间共享数据。
在控制器之间共享数据