(function() { 'use strict'; angular .module('angular') .run(runBlock); /** @ngInject */ function runBlock($log) { $log.debug('runBlock end'); } })();