Module.directive.js 142 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9
'use strict'

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