jkuri / ngSlimscroll

AngularJS implementation of slimScroll
GNU General Public License v2.0
41 stars 15 forks source link

not working #6

Closed Farcek closed 9 years ago

Farcek commented 9 years ago

not working...

<div ng-slimscroll height="500" enabled="true"  >

    <ul class="ui-list" infinite-scroll="next()" infinite-scroll-parent="true" infinite-scroll-distance="0.5" >
        <li class="item" ng-repeat="it in lastNewss">
            <div app-ui-content-theme="last-news" data-content="it"></div>
        </li>
    </ul>
</div>

not scroll showing.... not mousewell up & down

Farcek commented 9 years ago

my angular version 1.4.0

jkuri commented 9 years ago

Not sure what is purpose of infinite-scroll directive, but in my opinion that is causing the trouble.