Files
stf-DeviceFarmer/res/app/components/stf/admin-mode/index.js
Gunther Brunner fa71aae56a Added admin-mode.
For now it shows/hides columns in the Device List and adds kicking behaviour.
Using $rootScope.adminMode for convenience.
2014-07-14 20:23:32 +09:00

5 lines
117 B
JavaScript

module.exports = angular.module('stf.admin-mode', [
])
.directive('adminMode', require('./admin-mode-directive'))