az-promise-show
Version:
angular directives to show or hide an element based on the state of a promise
38 lines (37 loc) • 771 B
JSON
{
"name": "az-promise-show",
"homepage": "https://github.com/alianza-dev/az-promise-show",
"authors": [
"Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com)"
],
"description": "angular directives to show or hide an element based on the state of a promise",
"main": "dist/az-promise-show.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"angular",
"angularjs",
"promise",
"ng-show",
"ng-hide",
"az-promise-show",
"alianza"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"*.test.js",
"coverage",
"demo",
"src",
"karma.conf.js"
],
"dependencies": {
"angular": "^1.2.x || >= 1.4.0-beta.0 || >= 1.5.0-beta.0"
}
}