diff --git a/web/gui/src/main/webapp/_bripc/show-icons-test.js b/web/gui/src/main/webapp/_bripc/show-icons-test.js index 2a1fa7f452..f5f9e833e1 100644 --- a/web/gui/src/main/webapp/_bripc/show-icons-test.js +++ b/web/gui/src/main/webapp/_bripc/show-icons-test.js @@ -33,4 +33,4 @@ $log.log('OvShowIconsTest has been created'); }]); -})(); +}()); diff --git a/web/gui/src/main/webapp/_bripc/show-icons.html b/web/gui/src/main/webapp/_bripc/show-icons.html index b932158c30..9ea102f801 100644 --- a/web/gui/src/main/webapp/_bripc/show-icons.html +++ b/web/gui/src/main/webapp/_bripc/show-icons.html @@ -24,12 +24,19 @@ Show Icons Angular - + + - - + - + + + + + + + + @@ -51,8 +58,8 @@

Showing Icons with Icon Service Angular

- {{ctrl.message}} - + +

{{ctrl.a}} + {{ctrl.b}} = {{ctrl.a+ctrl.b}}