From 550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Tue, 17 Jan 2017 15:37:25 +0530 Subject: Initial Commit --- src/dashboard/dashboard.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/dashboard/dashboard.js (limited to 'src/dashboard/dashboard.js') diff --git a/src/dashboard/dashboard.js b/src/dashboard/dashboard.js new file mode 100644 index 0000000..245cdf5 --- /dev/null +++ b/src/dashboard/dashboard.js @@ -0,0 +1,20 @@ +define(['services', 'moment', 'constants', 'dashboard/dashboard.model'], function(_services, moment, CONSTANTS, DASHBOARD_MODEL) { + + + var DASHBOARD_MODULE = { + init: function(){ + console.log("INIT"); + anotherMethod("Kool") + }, + anotherMethod : function() { + console.log("Param ",param); + } + + + }; + + + return DASHBOARD_MODULE; + + +}); -- cgit v1.2.3