UNPKG

ps-if

Version:

Angular directive that is a hybrid of ngIf and ngShow

35 lines (34 loc) 604 B
{ "name": "ps-if", "version": "1.3.0", "description": "Angular directive that is a hybrid of ngIf and ngShow", "authors": [ "Paul Salaets <psalaets@gmail.com>" ], "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/psalaets/ps-if.git" }, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "keywords": [ "angular", "ngif", "if", "ngshow", "show" ], "dependencies": { "angular": "^1.1.5" }, "devDependencies": { "angular-mocks": "~1.3.15" } }