diff --git a/contextMenu.js b/contextMenu.js
index 0475482..8ab39af 100644
--- a/contextMenu.js
+++ b/contextMenu.js
@@ -1,3 +1,7 @@
+(function($) {
+
+"use strict";
+
angular.module('ui.bootstrap.contextMenu', [])
.service('CustomService', function () {
@@ -206,7 +210,7 @@ angular.module('ui.bootstrap.contextMenu', [])
var renderContextMenu = function ($scope, event, options, model, level) {
///