Skip to content

Commit 007182e

Browse files
authored
fix(route:uirouter): use string version of ngInject directive
1 parent d3ac792 commit 007182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/route/name(uirouter).routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

3-
/*@ngInject*/
43
export default function($stateProvider) {
4+
'ngInject';
55
$stateProvider
66
.state('<%= name %>', {
77
url: '<%= route %>',

0 commit comments

Comments
 (0)