Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'public/js/SetupCtrl.js')
-rw-r--r--public/js/SetupCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/SetupCtrl.js b/public/js/SetupCtrl.js
index c5fced4..61caa50 100644
--- a/public/js/SetupCtrl.js
+++ b/public/js/SetupCtrl.js
@@ -6,7 +6,7 @@ polr.directive('setupTooltip', function() {
replace: true,
template: '<button data-content="{{ content }}" type="button" class="btn btn-xs btn-default setup-qmark" data-toggle="popover">?</button>'
}
-})
+});
polr.controller('SetupCtrl', function($scope) {
$scope.init = function () {