mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 04:55:11 +00:00
10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
'use strict';
|
|
|
|
angular.module('dssWebApp')
|
|
.directive('dssMixImage', function (){
|
|
return {
|
|
restrict: 'E',
|
|
templateUrl: 'app/directives/miximage/miximage.html',
|
|
replace: true
|
|
}
|
|
}); |