From 13f7158493ad679fc28aca74b51b9288bcdc778e Mon Sep 17 00:00:00 2001 From: Fabio Severino Date: Thu, 9 Jun 2016 12:13:17 +0200 Subject: [PATCH] added missing semicolon in app.js --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 09d5d48..a68af2c 100644 --- a/js/app.js +++ b/js/app.js @@ -21,4 +21,4 @@ angular.module('starter', ['ionic']) StatusBar.styleDefault(); } }); -}) +});