Files
stf-DeviceFarmer/res/app/components/stf/common-ui/help-icon/index.js
Gunther Brunner 3811275694 Added help icon.
2015-06-18 16:26:03 +09:00

3 lines
112 B
JavaScript

module.exports = angular.module('stf.help-icon', [])
.directive('helpIcon', require('./help-icon-directive'))