/app/scripts/directives/sidelogo.js

https://bitbucket.org/ceoaliongroo/torredelprior · JavaScript · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · f43303b7b4ed21f103da8adc2159d6dc MD5 · raw file

  1. 'use strict';
  2. torredelpriorApp.directive('sidelogo', function() {
  3. return {
  4. templateUrl: 'templates/sidelogo.html',
  5. restrict: 'E'
  6. };
  7. });