Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

$scope in Angular

Beschreibung

A-Level Angular Notiz am $scope in Angular, erstellt von James Drummond am 11/01/2015.
James Drummond
Notiz von James Drummond, aktualisiert more than 1 year ago
James Drummond
Erstellt von James Drummond vor mehr als 10 Jahre
6
0
1 2 3 4 5 (0)

Zusammenfassung der Ressource

Seite 1

What is scope in Angular?Scopes provide APIs ($watch) to observe model mutationsScopes provide APIs ($apply) to propogate any model changes through the system.Scope is the glue between the application controller and the viewDuring the template linking phase, the directives set up $watch expressions on the scope. It gives you access to your modelsThink about it: if you set up a model in a view and wish to access it in a controller then you do that via $scope.

Zusammenfassung anzeigen Zusammenfassung ausblenden

0 Kommentare

There are no comments, be the first and leave one below:

ähnlicher Inhalt

Angular
Kingsley Bawuah
Angular Nuts and Bolts
James Drummond
Scope and Inheritance in Angular
James Drummond
Angular application scaffolding
James Drummond
Fluxo buscaCliente
Alex José Silva
Directives and scope
James Drummond
FE Web Applications Components
Juan Carlos Joya Carvajal
Angular Concept questions and answers
Abinaya Murugaiyan
Angular
Jacinto Canek
How Angular works
James Drummond