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

  • 相关阅读:
    IE和FireFox兼容问题(一)zt
    FireFox不支持.style.cssText
    Firefox和IE下的弹出窗口
    内存不能为"written"错误&数据保护功能
    1~n's permutation
    pl/sqlcoalesce/nvl
    【TODO】JavaScript Demo
    pl/sqlexecute immediate usage [transferred]
    some coments of struts 1
    pl/sqldecode/case/continue
  • 原文地址:https://www.cnblogs.com/starof/p/7653379.html
Copyright © 2011-2022 走看看