Skip to content

Commit 3dfdfe1

Browse files
committed
Fix the installer checkbox so that is saves false as well as true
1 parent 9563d70 commit 3dfdfe1

File tree

1 file changed

+3
-2
lines changed
  • src/UmbracoFileSystemProviders.Azure.Installer/Configurator/Views

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<input class="input-block-level"
22
dynamic-name="param.Key"
33
type="checkbox"
4-
ng-checked="param.Value"
5-
>
4+
ng-model="param.Value"
5+
ng-true-value="true"
6+
ng-false-value="false">

0 commit comments

Comments
 (0)