Added help icon.

This commit is contained in:
Gunther Brunner
2015-06-18 16:26:03 +09:00
parent e66e64d4fd
commit 3811275694
7 changed files with 23 additions and 6 deletions

View File

@@ -18,5 +18,6 @@ module.exports = angular.module('stf/common-ui', [
require('./icon-inside-input').name,
require('./focus-element').name,
require('./blur-element').name,
require('./stacked-icon').name
require('./stacked-icon').name,
require('./help-icon').name
])