How to add an AngularJS Routing system
问题 I want to be able to link to the sections of this slide from different pages and have the same functionality as the links in the footer. Anyone got any suggestions? I've tried some solutions.. examples below The Fiddle AngularJS has been suggested but no idea what API to use or hot to implement it Solution1? Solution2? HTML <div class="content-slide-menu" data-menu="1"> <ul class="menu"> <li id="link1"> <a href="#null" data-page="1">blah blah</a> </li> <li id="link2"> <a href="#null" data