PageRenderTime 10ms CodeModel.GetById 6ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

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