# mark-angular **Repository Path**: woniuppp/mark-angular ## Basic Information - **Project Name**: mark-angular - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-29 - **Last Updated**: 2021-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #mark-angular 这是我根据《Build your own angularJS》从零开始搭建AngularJS框架的project,包括了代码和我的相关笔记(pdf格式,在NOTEBOOK文件夹中). 使用Browserify得到的production bundle和minified bundle在根目录下,可以直接使用,用mark-angular编写的小应用在"sample application"文件夹里,使用浏览器可以直接运行. ###笔记目录: [Part 1: Scopes](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%201-%20Scope.pdf) 1. Scopes And Digest 2. Scope Inheritance 3. Watching Collections 4. Scope Events Part 2: Expressions And Filters [Note 2.1](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%202-1--Expressions%20And%20Filters.pdf) 5. Literal Expressions 6. Lookup And Function Call Expressions [Note 2.2](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%202-2--Expressions%20And%20Filters.pdf) 7. Operator Expressions 8. Filters [Note 2.3](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%202-3--Expressions%20and%20Watches.pdf) 9. Expressions And Watches [Part 3: Modules And Dependency Injection](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%203-%20Modules%20And%20Dependency%20Injection.pdf) 10. Modules And The Injector 11. Providers 12. High-Level DI Features [Part 4: Utilities](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%204-%20Utilities.pdf) 13. Promises 14. $http Part 5: Directives [Note 5.1](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%205-1--Directives.pdf) 15. DOM Compilation and Basic Directives 16. Directive Attributes 17. Directive Linking and Scopes [Note 5.2](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%205-2--Directives.pdf) 18. Controllers 19. Directive Templates 20. Directive Transclusion [Note 5.3](https://github.com/markselby9/mark-angular/blob/master/NOTEBOOK/Part%205-3--%20Directives.pdf) 21. Interpolation 22. Bootstrapping Angular ###Introduction: It's a self-built Angular framework, following Tero Parviainen's book [Build Your Own AngularJS](http://teropa.info/build-your-own-angular). 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.非常感谢!