(function(){

‘use strict’;

angular.module(‘herald.directives’, [

'herald.directives.status-button'

]);

})();