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

  • 相关阅读:
    ScrollVIew 边界阴影效果
    android 开发 常用工具类
    alertdialog.builder 自定义弹窗
    垂直的seekbar
    SlideSwitch
    [转]Android_气泡效果
    ListView 滚回顶部
    04_dljd_mysql登录和退出
    03_dljd_启动和关闭mysql服务
    02_dljd_mysql数据库的下载、安装与卸载
  • 原文地址:https://www.cnblogs.com/starof/p/7653379.html
Copyright © 2011-2022 走看看