Files
stf-DeviceFarmer/res/app/components/stf/common-ui/enable-autofill/index.js
2014-07-31 16:54:28 +09:00

5 lines
132 B
JavaScript

module.exports = angular.module('stf.enable-autofill', [
])
.directive('enableAutofill', require('./enable-autofill-directive'))