mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 13:11:33 +00:00
7 lines
160 B
JavaScript
Executable File
7 lines
160 B
JavaScript
Executable File
'use strict';
|
|
|
|
angular.module('dssWebApp')
|
|
.controller('ErrorCtrl', function ($scope, errorObj) {
|
|
debugger;
|
|
$scope.error = errorObj;
|
|
}); |