how to call a function from module dependency (another module)

前端 未结 3 1162
不思量自难忘°
不思量自难忘° 2021-01-21 16:57

I want to create seperate module for pagination, because I will need it to reuse in different modules, but I don\'t know how to call a function from module dependency (another m

3条回答
  •  误落风尘
    2021-01-21 17:18

    You should create a pagination directive and insert that where you need it. You might get some good ideas from this post.

提交回复
热议问题