OnsenUI`ons.ready()`
(function(){
'use strict';
app.controller('FooController', ['$scope', function($scope) {
ons.ready(function(){
console.log(app.carousel);
});
}]);
})();
<
OnsenUI`ons.ready()`
(function(){
'use strict';
app.controller('FooController', ['$scope', function($scope) {
ons.ready(function(){
console.log(app.carousel);
});
}]);
})();
<