diff --git a/src/font/icons.eot b/src/font/icons.eot index 8909197..0388513 100755 Binary files a/src/font/icons.eot and b/src/font/icons.eot differ diff --git a/src/font/icons.svg b/src/font/icons.svg index e5cd5a6..de5c163 100755 --- a/src/font/icons.svg +++ b/src/font/icons.svg @@ -3,7 +3,7 @@ \ No newline at end of file diff --git a/src/font/icons.ttf b/src/font/icons.ttf index b0a6b99..2e45a95 100755 Binary files a/src/font/icons.ttf and b/src/font/icons.ttf differ diff --git a/src/font/icons.woff b/src/font/icons.woff index 84c6881..bf8962e 100755 Binary files a/src/font/icons.woff and b/src/font/icons.woff differ diff --git a/src/js/controller/login-initial.js b/src/js/controller/login-initial.js index 800fcee..854cf1f 100644 --- a/src/js/controller/login-initial.js +++ b/src/js/controller/login-initial.js @@ -21,7 +21,6 @@ define(function(require) { }; $scope.state.ui = states.IDLE; // initial state - // // scope functions // diff --git a/src/js/controller/popover.js b/src/js/controller/popover.js index 4cb1299..32148eb 100644 --- a/src/js/controller/popover.js +++ b/src/js/controller/popover.js @@ -18,14 +18,8 @@ define(function(require) { var ngModule = angular.module('popover', []); ngModule.directive('popover', function() { return function(scope, elm, attrs) { - var popover = angular.element(document.querySelector('.popover')); - - var model = attrs.popover; - scope.$watch(model, function(value) { - // set popover title and content - scope.state.popover.title = attrs.popoverTitle; - scope.state.popover.content = value; - }); + var selector = attrs.popover; + var popover = angular.element(document.querySelector(selector)); elm.on('mouseover', function() { // set popover position diff --git a/src/sass/components/_popover.scss b/src/sass/components/_popover.scss index 30ca392..6a7525e 100644 --- a/src/sass/components/_popover.scss +++ b/src/sass/components/_popover.scss @@ -121,4 +121,10 @@ border-left-color: #ffffff; bottom: -10px; } +} + +.popover-info { + cursor: pointer; + color: $color-blue; + margin-left: 5px; } \ No newline at end of file diff --git a/src/tpl/desktop.html b/src/tpl/desktop.html index 566c9a0..2ab6f22 100644 --- a/src/tpl/desktop.html +++ b/src/tpl/desktop.html @@ -27,13 +27,4 @@
- - -