From e01e3591e9db353e3564e9311af249e331fee911 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 15 Dec 2015 09:43:03 -0400 Subject: [PATCH] Use ngBind instead of curly braces interpolation --- lib/index.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/lib/index.html b/lib/index.html index ea505e7d..2059e2e1 100644 --- a/lib/index.html +++ b/lib/index.html @@ -31,7 +31,7 @@ Select image
- {{ app.selection.getImage() | basename }} +
@@ -58,8 +58,10 @@ - Drive {{ drive.mountpoint }}\ - {{ drive.size }} - {{ drive.device }} - {{ drive.size }} + + @@ -73,7 +75,7 @@
- {{ app.selection.getDrive().device }} +
@@ -91,7 +93,8 @@ Finishing... Burn! Starting... - {{ app.writer.progress }}% +