zoukankan      html  css  js  c++  java
  • words

    1,control居然可以是名字 

    The ng-model directive binds the value of HTML controls (input, select, textarea) to application data.

    2,braces 括弧

    AngularJS expressions are written inside double braces: {{expression}}.

    3,solve

    If you remove the ng-app directive, HTML will display the expression without solving it.

    4,while

    AngularJS expressions support filters, while JavaScript expressions do not.

    5,refer to引用

    The "myApp" parameter refers to an HTML element in which the application will run.

    6,function

    AngularJS has a set of built-in directives which offers functionality to your applications.

    7,sync

    Did you open your outlook then your Lync, because its not synced yet.

    8,collection

    The ng-repeat directive actually clones HTML elements once for each item in a collection.

    9,perfect

    Angular is perfect for database CRUD applications.

    10,at all times每时每刻

    This happens immediately and automatically, which makes sure that the model and the view is updated at all times.

    11,concentrate集中

    The controller can be compeletely separated from the view, and simply concentrate on the model data.

    12,currency货币

    currency filter:Format a number to a currency format.

    13,subset子集

    The filter selected a subset of an array.

    本文作者starof,因知识本身在变化,作者也在不断学习成长,文章内容也不定时更新,为避免误导读者,方便追根溯源,请诸位转载注明出处:http://www.cnblogs.com/starof/p/7653379.html有问题欢迎与我讨论,共同进步。

  • 相关阅读:
    linux 环境变量
    Java finally语句到底是在return之前还是之后执行?
    JAVA NIO之浅谈内存映射文件原理与DirectMemory
    cpu架构
    tomcat 安装
    linux 下载rpm包到本地,createrepo:创建本地YUM源
    linux下查看和添加PATH环境变量
    virtualbox 相关操作
    空间叠加分析
    java程序的加载与执行
  • 原文地址:https://www.cnblogs.com/starof/p/7653379.html
Copyright © 2011-2022 走看看