Architecture and general layout

Description

A-Level Angular Note on Architecture and general layout, created by James Drummond on 04/05/2015.
James Drummond
Note by James Drummond, updated more than 1 year ago
James Drummond
Created by James Drummond almost 9 years ago
4
0

Resource summary

Page 1

Controllers, directives and unit testing Should I put methods in the directive or the controller?Thinking through how you're going to unit test things will force you to think carefully about whether to put a method in a directive or the controller.In general, methods related to business logic, navigation, etc. should be in the controller (and the directive can inherit them)A directive is concerned with the view / DOM. If you're testing a method in a directive you should be testing it's changes to the DOM.

Show full summary Hide full summary

Similar

Angular Nuts and Bolts
James Drummond
Angular application scaffolding
James Drummond
Angular-hint
James Drummond
ng-model-options
James Drummond
Angular controlleras syntax
James Drummond
Quiz - Object Oriented Javascript
arunram.krish
Examen Fundamentos Basicos de Programación
Jose Valderrama0721
Test I. Introduction to web technologies
Angel Martínez Rodriguez
The Princeton Review Chapter 9 Rotational Motion
Anibal Santamaria
Angular
Kingsley Bawuah
JavaScript Fundamentals
Andrew Watters