From 2984adf171c49940e683fa997e8cdc60fcf1d60b Mon Sep 17 00:00:00 2001 From: Loic GUEGAN Date: Sat, 23 Jan 2016 14:35:53 +0100 Subject: Init basic AngularJS App --- client/js/app.js | 1 + 1 file changed, 1 insertion(+) (limited to 'client/js/app.js') diff --git a/client/js/app.js b/client/js/app.js index e69de29..e726d8a 100644 --- a/client/js/app.js +++ b/client/js/app.js @@ -0,0 +1 @@ +angular.module("MainApp",[]) \ No newline at end of file -- cgit v1.2.3