An open API service indexing awesome lists of open source software.

https://github.com/bigggge/angle

a MVVM library based on dirty checking
https://github.com/bigggge/angle

angle angularjs mvvm

Last synced: about 1 month ago
JSON representation

a MVVM library based on dirty checking

Awesome Lists containing this project

README

          

# angle

AngularJS 的简单实现

参考自 AngularJS [v1.2.6](https://github.com/angular/angular.js/tree/v1.2.6) 和 [Build Your own Simplified AngularJS in 200 Lines of JavaScript](http://blog.mgechev.com/2015/03/09/build-learn-your-own-light-lightweight-angularjs/)

实现功能:

- 基于脏检测的双向绑定
- 依赖注入
- 作用域分离
- 服务
- $scope
- $timeout
- $interval
- 指令
- ng-bind
- ng-bind-html
- ng-click
- ng-controller
- ng-if
- ng-model
- ng-show