fix wrong path in doc

Change-Id: I1f16bda22a67cee53b60677f9d4c09ae34a16c11
This commit is contained in:
Huachao Mao 2016-12-30 16:44:32 +08:00
parent e5dac64cb0
commit 0de98e5993

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"]] }