Fix checkboxes in setup tool to use a directive

Fixes #1481
This commit is contained in:
Joseph Schorr 2016-05-20 12:23:32 -05:00
parent 9d3542997e
commit f2b3c89ec9
4 changed files with 59 additions and 69 deletions

View file

@ -801,7 +801,7 @@ angular.module("core-config-setup", ['angularFileUpload'])
priority: 0,
templateUrl: '/static/directives/config/config-bool-field.html',
replace: false,
transclude: false,
transclude: true,
restrict: 'C',
scope: {
'binding': '=binding'