书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1712 个相关结果.
  • Radio单选框

    Radio单选框 何时使用 代码演示 API [nz-radio] | [nz-radio-button]directive nz-radio-groupcomponent 方法 [nz-radio]directive Radio单选框 单选框。 何时使用 用于在多个备选项中选中单个状态。 和 Select 的区别是,Radio...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • Transcluding Angular 2 Components into Angular 1 Directives

    Transcluding Angular 2 Components into Angular 1 Directives Transcluding Angular 2 Components into Angular 1 Directives Angular 2 components can be transcluded into Angular 1.x...
  • Legacy review guidelines

    Legacy review guidelines Metadata README.md Plugin.json Plugin Language File and Directory Structure Conventions HTML and CSS Data Sources Configuration Page Guidelines Passw...
  • 路由定义

    9.1. 路由定义 要使用锚点路由功能,需要在先定义它。目前,对于定义的方法,我个人只发现在“初始化”阶段可以通过 $routeProvider 这个服务来定义。 在定义一个 app 时可以定义锚点路由: <html ng-app = "ngView" > … … <div ng-view ></div> ...
  • 快速开启第一个 Angular 应用

    1904 2019-05-29 《跟老卫学Angular》
    快速开启第一个 Angular 应用 新建应用 启动应用 快速开启第一个 Angular 应用 本文带你快速开启第一个 Angular 应用“Hello World”。 新建应用 打开终端窗口。运行下列命令来生成一个新项目以及默认的应用代码: ng new hello - world 其中hello-world 是指定的应用的...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • 预定义的 NgModelController

    18.10. 预定义的 NgModelController 在前面讲 conroller 参数的时候,提到过可以为指令定义一个 conroller 。官方的实现中,有很多已定义的指令,这些指令当中,有两个已定义的 conroller ,它们是 NgModelController 和 FormController ,对应 ng-model 和 fo...
  • 模板

    7. 模板 前面讲了数据绑定之后,现在可以单独讲讲模板了。 作为一套能称之谓“模板”的系统,除了能干一些模板的常规的事之外(好吧,即使是常规的逻辑判断现在它也做不了的),配合作用域 $scope 和 ng 的数据双向绑定机制, ng 的模板系统就变得比较神奇了。