Merge "fix wrong path in doc"

This commit is contained in:
Jenkins 2017-01-03 18:22:20 +00:00 committed by Gerrit Code Review
commit 031539c657

View File

@ -147,7 +147,7 @@ An Example looks like::
}
The fourth way to add a role based check is in html files. Use angular directive 'hz-if-policies'
in file 'openstack_dashboard.static.app.core.cloud-services.hz-if-policies-directive.js'.
in file 'openstack_dashboard/static/app/core/cloud-services/hz-if-policies.directive.js'.
Assume you have the following policy defined in your angular controller::
ctrl.policy = { rules: [["identity", "identity:update_user"]] }