lib/puppet-herald/public/components/directives/directives.js in puppet-herald-0.2.0 vs lib/puppet-herald/public/components/directives/directives.js in puppet-herald-0.8.0

- old
+ new

@@ -1,5 +1,9 @@ +(function(){ + 'use strict'; angular.module('herald.directives', [ 'herald.directives.status-button' -]); +]); + +})(); \ No newline at end of file