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有问题欢迎与我讨论,共同进步。

  • 相关阅读:
    P1495 曹冲养猪
    luoguP4281[AHOI2008]紧急集合 / 聚会
    NOIP1997 代数表达式
    luogu P3709大爷的字符串题
    luoguP3912 素数个数
    POJ 1065 Wooden Sticks
    POJ 1063 Flip and Shift
    POJ 1062 昂贵的聘礼
    POJ 1003 Hangover
    POJ 1001 Exponentiation
  • 原文地址:https://www.cnblogs.com/starof/p/7653379.html
Copyright © 2011-2022 走看看