aboutsummaryrefslogtreecommitdiffstats
path: root/yocto_console_view/src/module/yoctochangedetails.directive.coffee
blob: 037c9539d5bcf15626de48f08f37cf237d310535 (plain)
1
2
3
4
5
6
7
8
9
10
class Yoctochangedetails extends Directive('common')
    constructor: ->
        return {
            replace: true
            restrict: 'E'
            scope:
                change: '='
                compact: '=?'
            templateUrl: 'yocto_console_view/views/yoctochangedetails.html'
        }