Skip to content

Commit

Permalink
Fix bootstrapMaterialDesignConfig
Browse files Browse the repository at this point in the history
fix the bootstrapMaterialDesignConfig file according to:

moifort/generator-jhipster-bootstrap-material-design#15
  • Loading branch information
danimaniarqsoft committed Aug 17, 2017
1 parent 4f17863 commit b393d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.module('kukulkancraftsmanApp')
.config(bootstrapMaterialDesignConfig);

compileServiceConfig.$inject = [];
bootstrapMaterialDesignConfig.$inject = [];

function bootstrapMaterialDesignConfig() {
$.material.init();
Expand Down

0 comments on commit b393d7d

Please sign in to comment.