I hereby claim:
- I am spencermefford on github.
- I am spencermefford (https://keybase.io/spencermefford) on keybase.
- I have a public key ASBCU2o7qpTqFRWaG1nvxTuSZ-w4WjvcdXwZ0v4Kz8cr_go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
When using directives, you often need to pass parameters to the directive. This can be done in several ways. The first 3 can be used whether scope is true or false. This is still a WIP, so validate for yourself.
Raw Attribute Strings
<div my-directive="some string" another-param="another string"></div>| module.exports = function (app) { | |
| var _ = require('lodash'); | |
| var User = app.models.User; | |
| var Role = app.models.Role; | |
| var RoleMapping = app.models.RoleMapping; | |
| var ACL = app.models.ACL; | |
| /* | |
| * Configure ACL's | |
| */ |