mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 12:34:17 +00:00
6 lines
142 B
JavaScript
Executable File
6 lines
142 B
JavaScript
Executable File
'use strict';
|
|
|
|
angular.module('dssWebApp')
|
|
.controller('ErrorCtrl', function ($scope, errorObj) {
|
|
$scope.error = errorObj;
|
|
}); |