ngsticky
Version:
A simple, pure javascript (No jQuery required!) AngularJS directive to make elements stick when scrolling down.
35 lines (34 loc) • 733 B
JSON
{
"name": "ngSticky",
"version": "1.7.11",
"homepage": "https://github.com/d-oliveros/ngSticky",
"authors": [
"David Oliveros <dato.oliveros@gmail.com>",
"Raul Roman <raulromanp@gmail.com>"
],
"description": "A simple, pure javascript (No jQuery required!) AngularJS directive to make elements stick when scrolling down.",
"main": "lib/sticky.js",
"dependencies": {
"angular": "^1.2.0",
"matchmedia": "~0.2.0"
},
"keywords": [
"angularjs",
"angular",
"sticky",
"fixed",
"position",
"angular sticky",
"stick windows",
"stick",
"layout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}