angularjs - How to solve sticky foundation for sites navbar with angular 1.5 -
i trying adapt this example angular project. here plunkr link own adaptation, , important code here:
i have no idea missing or mistyped... appreciated since it's week facing issue , can't figure out.
<div id="page"> <header id="landing" class="header"> <div class="medium-4 small-centered text-center columns"> <h4 class="text-center">expand dimensions</h4> <a class="">scroll content</a> </div> </header> <div data-sticky-container id="navigation"> <div data-sticky data-margin-top='0' data-top-anchor="landing:bottom" data-btm-anchor="page:bottom"> <div class="top-bar"> <div class="top-bar-left"> <a href="#"> <img src="http://placehold.it/150x38" alt="" /> </a> </div> <div class="top-bar-right"> <ul class="menu"> <li><a href="#about">about me</a></li> <li><a href="#portfolios">portfolio</a></li> <li><a href="#contact">get in touch</a></li> </ul> </div> </div> </div> </div> <br /> </div>
thanks in advance.
Comments
Post a Comment