mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Move new_module to separate component to fix issue during build.
This commit is contained in:
parent
d0581b978b
commit
599c8a7662
8 changed files with 379 additions and 364 deletions
|
@ -3,6 +3,8 @@ const angular = require('angular');
|
|||
|
||||
const uiRouter = require('angular-ui-router');
|
||||
|
||||
//@require "./**/*.html"
|
||||
|
||||
import routes from './custom_modules.routes';
|
||||
|
||||
export class CustomModulesComponent {
|
||||
|
@ -101,6 +103,10 @@ export class CustomModulesComponent {
|
|||
}
|
||||
});
|
||||
|
||||
//To fix a warning message in console
|
||||
customModulesCtrl.aceLoaded = function(_editor){
|
||||
_editor.$blockScrolling = Infinity;
|
||||
};
|
||||
|
||||
/**
|
||||
* On Code Change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue