-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Feng Chaoyi edited this page Mar 6, 2016
·
2 revisions
###Introduction:
It's a self-built Angular framework, following Tero Parviainen's book Build Your Own AngularJS.
My related notes will be updated here, in the "note" folder. You can read the "pdf" files directly. If you have any advice, please tell me by issues or email. Thanks :D
Some summary (written by hand)
###Production bundles
"markangular.js" built by Browserify, "markangular.min.js" minified by UglifyJS.
###Sample application
In "sample application" folder, run the html page in browser directly.
###Note Contents
- Scopes And Digest
- Scope Inheritance
- Watching Collections
- Scope Events
Part 2: Expressions And Filters
- Literal Expressions
- Lookup And Function Call Expressions
- Operator Expressions
- Filters
- Expressions And Watches
Part 3: Modules And Dependency Injection
- Modules And The Injector
- Providers
- High-Level DI Features
- Promises
- $http
Part 5: Directives
- DOM Compilation and Basic Directives
- Directive Attributes
- Directive Linking and Scopes
- Controllers
- Directive Templates
- Directive Transclusion
- Interpolation
- Bootstrapping Angular