Files
stf-DeviceFarmer-1/res/app/components/stf/page-visibility/index.js
Gunther Brunner efed9aefce - Using new generator-stf.
- Refactored top bar to menu partial.
- Added new page-visibility directive.
2014-03-18 21:49:24 +09:00

5 lines
132 B
JavaScript

module.exports = angular.module('stf.page-visibility', [
])
.directive('pageVisibility', require('./page-visibility-directive'))