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

Angular - useful things to know

Description

A-Level Angular Note on Angular - useful things to know, created by James Drummond on 02/04/2015.
James Drummond
Note by James Drummond, updated more than 1 year ago
James Drummond
Created by James Drummond about 10 years ago
12
0
1 2 3 4 5 (0)

Resource summary

Page 1

knowSelected items in select controls Say you have a model which is an array of selected items for a select. Use ng-repeat to populate the select but how do you show which ones are selected?See: https://peterski.wordpress.com/2014/05/19/angularjs-multiple-select-using-ng-repeat/multiple ng-multiple="true" class="form-control"> ng-selected="isSelected(selectedItems, item.Id)" value="{{item.Id}}"> {{item .title}} Nested Scopes in Angular Do not use primitives as models in Angular, e.g. $scope.firstName = 'Joe' .The problem is that if you say $childScope.name = 'Sarah' then Javascript will make the assignment but *will not* look further up the prototypal chain to see if the member already exists. *But* if the parent has a member: $scope.person = { firstName : 'James' }; . If you say $scope.person.firstName = 'Sarah' then Javascript will look up the prototypal chain for the person member and find it in the parent scope. ng-switch You can use in the same way as a switch statement in Javascript with ng-when

Show full summary Hide full summary

0 comments

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

Similar

Installation of ICT Systems
indysingh7285
Quality of Information
OnionWrangler
Types of ICT Systems
indysingh7285
Types and Components of Computer Systems
Jess Peason
Input Devices
Jess Peason
Using GoConqr to teach French
Sarah Egan
Using GoConqr to teach science
Sarah Egan
Using GoConqr to study geography
Sarah Egan
Using GoConqr to study Economics
Sarah Egan
Using GoConqr to study English literature
Sarah Egan