Answer the question
In order to leave comments, you need to log in
What event allows you to track the complete loading of the AngulaJS component?
Good afternoon!
const rootModule = angular
.module('app.rootSchedule', [
uiRouter,
mainFilter.name
])
.component('app.rootSchedule', {
template,
controller: rootScheduleController
})
class rootScheduleController {
constructor(dataService, $uibModal, $compile, $window, $http, storageService, $settings, $stateParams, $scope) {
this.mainFilter = null;
<main-filter on-change="$ctrl.filterChange(value)"></main-filter>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question