mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
- Using new generator-stf.
- Refactored top bar to menu partial. - Added new page-visibility directive.
This commit is contained in:
4
res/app/components/stf/page-visibility/index.js
Normal file
4
res/app/components/stf/page-visibility/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.page-visibility', [
|
||||
|
||||
])
|
||||
.directive('pageVisibility', require('./page-visibility-directive'))
|
||||
Reference in New Issue
Block a user