'use strict'

angular.module('COMPANY')
.directive('fabtool', function(){
  return {
    restrict: 'E',
    templateUrl:'fabtool.html'
  }
})