文件名称:angular-hide-header
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-15 04:42:41
角隐藏标题 当用户向下或向上滚动时隐藏或显示标题的角度指令。 可以在无限滚动页面上使用 演示 查看。 安装 通过凉亭: $ bower install angular-hide-header --save 用法 包含angularHideHeader作为您应用的依赖项 angular . module ( 'myApp' , [ 'angularHideHeader' ] ) 很简单,将指令添加到要隐藏或显示的标题元素。 < header> ... header> ``` > This is the most basic example. Configuration --- Add **hide-offset** to specify from which pixels from the top header will hide.
【文件预览】:
angular-hide-header-master
----.travis.yml(120B)
----.bowerrc(43B)
----dist()
--------angular-hide-header.js(1KB)
--------angular-hide-header.min.js(607B)
----.gitignore(38B)
----README.md(928B)
----.jshintrc(389B)
----bower.json(593B)
----.editorconfig(214B)