public/layouts/dashboard/dashboard.js (7 lines of code) (raw):

import angular from 'angular'; import 'components/stub-modal/stub-modal'; import './dashboard.html'; angular.module('wfDashboard', ['wfStubModal']) .controller('wfDashboardController', [wfDashboardController]); function wfDashboardController() { }