I'm currently developing a small app and I want to implement paging with big arrows on the sides of the content, similar to this:
Menu
-------------
<< 'content here' >>
---------------
footer
Although I am using bootstrap, the only pager available right now (along with angular js) is like this:
Menu
--------------
'content'
[1][2][3]..
--------------
footer
I have been looking for examples but haven't had any luck. If anyone has an example or idea on how to achieve this, please let me know.
The template I am using can be found here.