/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
- 'use strict';
- torredelpriorApp.directive('sidelogo', function() {
- return {
- templateUrl: 'templates/sidelogo.html',
- restrict: 'E'
- };
- });