module其实就是一个容器,里面可以装controller,service,directive,filter等, 官网的解释是:Module :A container for the different parts of an app including controllers,services,filters,and directives which configures the injector. 下面的例子中定义了两个angular.module,其中第二个module,依赖第一个mod…
ANGULAR.JS: NG-SELECT AND NG-OPTIONS PS:其实看英文文档比看中文文档更容易理解,前提是你的英语基础还可以.英文文档对于知识点讲述简明扼要,通俗易懂,而有些中文文档读起来特别费力,基础差.底子薄的有可能一会就会被绕晕了,最起码英文文档中的代码与中文文档中的代码是一致的,但知识点讲述实在是差距太大. Angular.js has a powerful directive waiting for you: it's ng-select. With it you c…