mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
module.exports = angular.module('stf.help-icon', [])
|
|
.directive('helpIcon', require('./help-icon-directive'))
|