Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c5f1a6b

Browse files
author
Nick Litwin
committed
update syntax
1 parent 241adb4 commit c5f1a6b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

app/submissions/submissions.module.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
import angular from 'angular'
2+
13
(function() {
2-
'use strict';
4+
'use strict'
35

46
var dependencies = [
57
'ui.router',
68
'tc.services',
79
'tcUIComponents',
810
'toaster',
911
'appirio-tech-ng-ui-components'
10-
];
12+
]
1113

12-
angular.module('tc.submissions', dependencies);
14+
angular.module('tc.submissions', dependencies)
1315

14-
})();
16+
})()

0 commit comments

Comments
 (0)