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
- Host: GitHub
- URL: https://github.com/bigggge/angle
- Owner: bigggge
- Created: 2017-09-01T07:33:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T08:00:03.000Z (almost 9 years ago)
- Last Synced: 2025-10-24T08:42:42.428Z (8 months ago)
- Topics: angle, angularjs, mvvm
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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