UNPKG

bauhausjs

Version:
8 lines (5 loc) 245 B
angular.module('bauhaus.dashboard.controllers', []); angular.module('bauhaus.dashboard.controllers').controller('DashboardCtrl', ['$scope', function ($scope) { 'use strict'; $scope.message = "Welcome to the BauhausJS dashboard" }]);