|
|
@@ -28,8 +28,7 @@ require.config({
|
|
|
'file-upload-shim': 'lib/angular/angular-file-upload-shim.min',
|
|
|
'showdown' : 'lib/showdown/showdown.min',
|
|
|
'calendar': 'lib/calendar/calendar',
|
|
|
- 'big': 'lib/decimal/big.min',
|
|
|
- 'onFinishRender' : 'js/common/directives/onFinishRender'
|
|
|
+ 'big': 'lib/decimal/big.min'
|
|
|
},
|
|
|
shim : {
|
|
|
'angular' : {
|
|
|
@@ -66,8 +65,7 @@ require.config({
|
|
|
},
|
|
|
'file-upload': ['angular', 'file-upload-shim'],
|
|
|
'calendar': ['jquery'],
|
|
|
- 'big' : ['jquery'],
|
|
|
- 'onFinishRender': ['angular']
|
|
|
+ 'big' : ['jquery']
|
|
|
}
|
|
|
});
|
|
|
require([ 'app/app', 'common/controllers/commonCtrls' ], function(app) {
|