jkuri / ngSlimscroll

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

How can I use it on the <HTML> elements #5

Closed huguangju closed 9 years ago

huguangju commented 9 years ago
<html class="no-js" ng-app="inspinia" ng-slimscroll>

Invalid

jkuri commented 9 years ago

Try to use it on

<body ng-slimscroll>
</body>

rather than on html element.