angular-auto-height
Version:
An AngularJS directive to automatically adjust the height of an element corresponding to the parent and siblings.
28 lines (27 loc) • 699 B
JSON
{
"name": "angular-auto-height",
"version": "0.0.4",
"description": "An AngularJS directive to automatically adjust the height of an element corresponding to the parent and siblings.",
"browser": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/m43nu/angular-auto-height.git"
},
"keywords": [
"angular",
"js",
"twy",
"auto",
"height",
"angularjs"
],
"author": "Emanuel Imhof <emanuel@twygmbh.ch>",
"license": "MIT",
"bugs": {
"url": "https://github.com/m43nu/angular-auto-height/issues"
},
"homepage": "https://github.com/m43nu/angular-auto-height#readme",
"peerDependencies": {
"angular": ">=1.2.0"
}
}