#mark-angular
这是我根据《Build your own angularJS》从零开始搭建AngularJS框架的project,包括了代码和我的相关笔记(pdf格式,在NOTEBOOK文件夹中).
使用Browserify得到的production bundle和minified bundle在根目录下,可以直接使用,用mark-angular编写的小应用在"sample application"文件夹里,使用浏览器可以直接运行.
###笔记目录:
- 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
###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
###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.
如果您有任何相关的意见或者建议,请提交issues或者给我发Email.非常感谢!