ps-if
Version:
Angular directive that is a hybrid of ngIf and ngShow
22 lines (21 loc) • 376 B
JSON
{
"name": "ps-if-example",
"version": "1.0.0",
"homepage": "https://github.com/psalaets/ps-if",
"authors": [
"Paul Salaets <psalaets@gmail.com>"
],
"main": "app.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.15",
"ps-if": "~1.2.0"
}
}