markselby9 / mark-angular

My own AngularJS implementation, based on <Build your own AngularJS>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#mark-angular

这是我根据《Build your own angularJS》从零开始搭建AngularJS框架的project,包括了代码和我的相关笔记(pdf格式,在NOTEBOOK文件夹中).
使用Browserify得到的production bundle和minified bundle在根目录下,可以直接使用,用mark-angular编写的小应用在"sample application"文件夹里,使用浏览器可以直接运行.

###笔记目录:

Part 1: Scopes

  1. Scopes And Digest
  2. Scope Inheritance
  3. Watching Collections
  4. Scope Events

Part 2: Expressions And Filters

Note 2.1

  1. Literal Expressions
  2. Lookup And Function Call Expressions

Note 2.2

  1. Operator Expressions
  2. Filters

Note 2.3

  1. Expressions And Watches

Part 3: Modules And Dependency Injection

  1. Modules And The Injector
  2. Providers
  3. High-Level DI Features

Part 4: Utilities

  1. Promises
  2. $http

Part 5: Directives

Note 5.1

  1. DOM Compilation and Basic Directives
  2. Directive Attributes
  3. Directive Linking and Scopes

Note 5.2

  1. Controllers
  2. Directive Templates
  3. Directive Transclusion

Note 5.3

  1. Interpolation
  2. 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.非常感谢!

About

My own AngularJS implementation, based on <Build your own AngularJS>


Languages

Language:JavaScript 100.0%Language:HTML 0.0%