Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit bd27ec3

Browse files
author
Kamil Kisiela
committed
style: lint error free ng module definition
1 parent ee10fa6 commit bd27ec3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import types from './types';
66

77
const ngModuleName = 'formlyMaterial';
88

9-
angular.module(ngModuleName, [
10-
'ngMessages',
11-
'ngMaterial',
12-
'formly'
13-
])
9+
angular.module(ngModuleName, ['ngMessages', 'ngMaterial', 'formly'])
1410
.config(['formlyConfigProvider', (formlyConfigProvider) => {
1511
const configs = [runs, wrappers, types];
1612

0 commit comments

Comments
 (0)