Replacing bindonce with native Angularjs syntax in admin

This commit is contained in:
Rob Harrington
2016-04-17 20:02:19 +10:00
parent e5ca494db8
commit 1d837c32ee
11 changed files with 26 additions and 27 deletions

View File

@@ -17,13 +17,13 @@
%td.severity
%i.icon-warning-sign.issue
%td.description
%span{ bo: { bind: "issue.description" } }
%span{ ng: { bind: "::issue.description" } }
%td.resolve
%div{ ng: { bind: { html: "issue.link" } } }
%tr{ ng: { repeat: "warning in warnings"} }
%td.severity
%i.icon-warning-sign.warning
%td.description
%span{ bo: { bind: "warning.description" } }
%span{ ng: { bind: "::warning.description" } }
%td.resolve
%div{ ng: { bind: { html: "warning.link" } } }