`
jahu
  • 浏览: 58189 次
  • 性别: Icon_minigender_1
  • 来自: 长沙
社区版块
存档分类
最新评论

angular1.2.57源码解析计划

 
阅读更多
  1. 会按照下面的循序一步步写。
  2. 写一个会在后面标注,冒事解读量很大
  3. 这目录是在 unbunt系统上是使用 tree -L 3 >1.txt 命令输出的
    ├── apis.js
    ├── auto
    │   └── injector.js
    ├── jqLite.js
    ├── loader.js
    ├── minErr.js
    ├── ng
    │   ├── anchorScroll.js
    │   ├── animateCss.js
    │   ├── animate.js
    │   ├── animateRunner.js
    │   ├── browser.js
    │   ├── cacheFactory.js
    │   ├── compile.js
    │   ├── controller.js
    │   ├── cookieReader.js
    │   ├── directive
    │   │   ├── a.js
    │   │   ├── attrs.js
    │   │   ├── directives.js
    │   │   ├── form.js
    │   │   ├── input.js
    │   │   ├── ngBind.js
    │   │   ├── ngChange.js
    │   │   ├── ngClass.js
    │   │   ├── ngCloak.js
    │   │   ├── ngController.js
    │   │   ├── ngCsp.js
    │   │   ├── ngEventDirs.js
    │   │   ├── ngIf.js
    │   │   ├── ngInclude.js
    │   │   ├── ngInit.js
    │   │   ├── ngList.js
    │   │   ├── ngModel.js
    │   │   ├── ngNonBindable.js
    │   │   ├── ngOptions.js
    │   │   ├── ngPluralize.js
    │   │   ├── ngRepeat.js
    │   │   ├── ngShowHide.js
    │   │   ├── ngStyle.js
    │   │   ├── ngSwitch.js
    │   │   ├── ngTransclude.js
    │   │   ├── script.js
    │   │   ├── select.js
    │   │   ├── style.js
    │   │   └── validators.js
    │   ├── document.js
    │   ├── exceptionHandler.js
    │   ├── filter
    │   │   ├── filter.js
    │   │   ├── filters.js
    │   │   ├── limitTo.js
    │   │   └── orderBy.js
    │   ├── filter.js
    │   ├── forceReflow.js
    │   ├── httpBackend.js
    │   ├── http.js
    │   ├── interpolate.js
    │   ├── interval.js
    │   ├── jsonpCallbacks.js
    │   ├── locale.js
    │   ├── location.js
    │   ├── log.js
    │   ├── parse.js
    │   ├── q.js
    │   ├── raf.js
    │   ├── rootElement.js
    │   ├── rootScope.js
    │   ├── sanitizeUri.js
    │   ├── sce.js
    │   ├── sniffer.js
    │   ├── templateRequest.js
    │   ├── testability.js
    │   ├── timeout.js
    │   ├── urlUtils.js
    │   └── window.js
    ├── ngAnimate
    │   ├── animateChildrenDirective.js
    │   ├── animateCssDriver.js
    │   ├── animateCss.js
    │   ├── animateJsDriver.js
    │   ├── animateJs.js
    │   ├── animateQueue.js
    │   ├── animation.js
    │   ├── module.js
    │   ├── ngAnimateSwap.js
    │   ├── rafScheduler.js
    │   └── shared.js
    ├── ngAria
    │   └── aria.js
    ├── ngComponentRouter
    │   └── Router.js
    ├── ngCookies
    │   ├── cookies.js
    │   ├── cookieStore.js
    │   └── cookieWriter.js
    ├── ngMessageFormat
    │   ├── messageFormatCommon.js
    │   ├── messageFormatInterpolationParts.js
    │   ├── messageFormatParser.js
    │   ├── messageFormatSelector.js
    │   └── messageFormatService.js
    ├── ngMessages
    │   └── messages.js
    ├── ngMock
    │   ├── angular-mocks.js
    │   └── browserTrigger.js
    ├── ngParseExt
    │   ├── module.js
    │   └── ucd.js
    ├── ngResource
    │   └── resource.js
    ├── ngRoute
    │   ├── directive
    │   │   └── ngView.js
    │   ├── route.js
    │   └── routeParams.js
    ├── ngSanitize
    │   ├── filter
    │   │   └── linky.js
    │   └── sanitize.js
    ├── ngScenario
    │   ├── angular-bootstrap.js
    │   ├── angular.prefix
    │   ├── angular.suffix
    │   ├── Application.js
    │   ├── Describe.js
    │   ├── dsl.js
    │   ├── Future.js
    │   ├── matchers.js
    │   ├── ObjectModel.js
    │   ├── output
    │   │   ├── Html.js
    │   │   ├── Json.js
    │   │   ├── Object.js
    │   │   └── Xml.js
    │   ├── Runner.js
    │   ├── Scenario.js
    │   └── SpecRunner.js
    ├── ngTouch
    │   ├── directive
    │   │   ├── ngClick.js
    │   │   └── ngSwipe.js
    │   ├── swipe.js
    │   └── touch.js
    ├── publishExternalApis.js
    ├── shallowCopy.js
    └── stringify.js
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics