AngularJS​ 扩展指令 ngScrollbar

码农软件 · 软件分类 · AngularJS 扩展 · 2019-03-17 09:42:55

软件介绍

ngScrollbar 是 AngularJS 的扩展指令。

用于模拟浏览器的滚动条。不支持 IE9 以下的浏览器。对应的AngularJS版本是1.2.x。

以最简单的方式使用,没有复杂的配置,开箱即用。

例子:

<div style="height:300px;overflow:auto;" ng-scrollbar>
    <li ng-repeat="item in items">item</li>
</div>
<div style="height:300px;overflow:auto;" ng-scrollbar scrollbar-x="false" scrollbar-y="true" scrollbar-config="{show:true, autoResize: true, dragSpeed: 1.2}">
    <li ng-repeat="item in items">item</li>
</div>

demon截图

demon2截图

如果要看详细的例子,请直接到github上克隆源码,然后运行bower install 查看。

本文地址:https://www.codercto.com/soft/d/1530.html

Chinese Authoritarianism in the Information Age

Chinese Authoritarianism in the Information Age

Routledge / 2018-2-13 / GBP 115.00

This book examines information and public opinion control by the authoritarian state in response to popular access to information and upgraded political communication channels among the citizens in co......一起来看看 《Chinese Authoritarianism in the Information Age》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试