Skip to content

Commit

Permalink
Rename module not to have big Q but small q, so first three character…
Browse files Browse the repository at this point in the history
…s will be lower case.
  • Loading branch information
karelhala committed Jun 14, 2016
1 parent 52fbc64 commit 1f4a833
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import views from './views/loader';
import controllers from './controllers/loader';

const app = angular.module('demoApp', ['miQStaticAssets', 'ui.bootstrap', 'ui.router',
const app = angular.module('demoApp', ['miqStaticAssets', 'ui.bootstrap', 'ui.router',
'patternfly.select', 'ui.bootstrap.tabs', 'patternfly.views', 'ngAnimate']);
app.config((MiQDataAccessServiceProvider: any,
MiQDataTableServiceProvider: any,
Expand Down
59 changes: 57 additions & 2 deletions dist/js/hawkular-ui-components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import components from './components/loader';
import services from './services/loader';
import providers from './providers/loader';

const app = angular.module('miQStaticAssets', ['ui.bootstrap', 'ui.bootstrap.tabs', 'rx']);
const app = angular.module('miqStaticAssets', ['ui.bootstrap', 'ui.bootstrap.tabs', 'rx']);
components(app);
services(app);
providers(app);

0 comments on commit 1f4a833

Please sign in to comment.