Coder Social home page Coder Social logo

angular-phonecat-cn's Introduction

打开右下preview窗口,您应该已经看到了我们的初始应用,很简单,但说明我们的项目已经可以运行了。 应用中显示的“Nothing here yet!”是由HTML代码构建而成,代码中包含了AngularJS的关键元素,正是我们需要学习的。

基本介绍

  1. 在初始界面右半边上半部分是相关代码的显示。整个程序是在我们的后台运行,我们会把和本章相关的代码拿出来详细介绍,其它辅助的代码则会略过。 整个教程的所有代码在github上都是可见的,如果遇到不清楚的地方可以去参考下完整代码。

  2. 通常html文件中都会有三个<meta/>标签和内容无关,这是我们用来防止缓存用的,使得预览可以看到实时结果。在您自己的项目中并不需要它们。

  3. linklib指向引用的标准库文件(比如AngularJS),这些文件在网上或者github中都可以看到。除了Angular相关的Javascript文件外, 我们还会引用bootstrap css框架来修饰CSS,以及jquery来补充Angular。

  4. 右半边下半部分包括代码详细讲解的窗口以及预览窗口。通常这里会是Angular中概念以及用法的归纳性质的介绍,具体的代码的详细实现都是在讲解窗口中, 可以用来对照代码来帮助理解。

  5. 预览窗口提供了应用初始化的预览以及完成练习提交后的检验。提供了对代码的直观理解。

angular-phonecat-cn's People

Contributors

igorminar avatar petebacondarwin avatar jeffbcross avatar ngdashboard avatar vojtajina avatar btford avatar meticulous-dft avatar juliemr avatar michaelneale avatar tbosch avatar mhevery avatar elnur avatar shaohua avatar houfeng0923 avatar ermakovich avatar fuentesjr avatar philspitler avatar segeda avatar marcenuc avatar lfender6445 avatar wislon avatar rolaveric avatar jksdua avatar iszak avatar ifedotov avatar doron2402 avatar dmitriz avatar djebbz avatar cburgdorf avatar alexeygolev avatar

Watchers

Edward Tan avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.