AngularJS Directives
This course has been retired. Check out the alternatives below
-
What do you get with a Packt Subscription?
- Instant access to this title and 7,500+ eBooks & Videos
- Constantly updated with 100+ new titles each month
- Breadth and depth in over 1,000+ technologies
-
Designing Web Applications in 2013
- Designing Web Applications in 2013
- An overview of good code
- We're not just talking about a lot of APIs
- Modularity
- Data driven development
- Summary
-
The Need for Directives
- The Need for Directives
- What makes a directive a directive
- Summary
-
Deconstructing Directives
- Deconstructing Directives
- Getting started
- Naming
- Attachment styles
- Configuration options
- Summary
-
Compile versus Link
- Compile versus Link
- Peeking under the covers
- ng-repeat
- What about linking?
- Summary
-
Keeping it Clean with Scope
- Keeping it Clean with Scope
- Scope = false
- Scope = true
- Scope = {}
- Summary
-
Controllers – Better with Sharing
- Controllers – Better with Sharing
- Forms and inputs
- Creating our own controller communication
- Summary
-
Transclusion
- Transclusion
- That's not a word...
- ...it is a solution
- Manipulating the transcluded content
- Summary
-
Good Karma – Testing in AngularJS
- Good Karma – Testing in AngularJS
- Getting Started
- My first test
- Mocking data
- The test subject
- E2E testing
- Summary
-
A Deeper Dive into Unit Testing
- A Deeper Dive into Unit Testing
- Highlighted, again
- Negative testing
- Summary
-
Bringing it All Together
- Bringing it All Together
- Angular content grid
- Diving in
- The initial directive
- Connecting Masonry
- Events
- Timing
- Further steps
- Summary