Controllers and modules in AngularJS

Pubblicato il: 19 ottobre 2017
sul canale di: Programming Tutorials
137
2

Controller is a simple JavaScript function that is used to control the data of AngularJS application and increase the AngularJS scope. A controller is attached to the DOM object using ng-controller directive. When the controller is attached to the DOM, Angular instantiates the controller function and makes available an injectable parameter to the function called $scope.

Controller is used to

setup the initial state of the $scope object of that controller, in terms of setting up properties, objects, variables value etc.
attach behavior, specify function etc.
Controller is not used to
Format data
Filter data
Sharing between controllers
Manipulating DOM


In questa pagina del sito puoi guardare il video online Controllers and modules in AngularJS della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Programming Tutorials 19 ottobre 2017, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 137 volte e gli è piaciuto 2 spettatori. Buona visione!