该书一共130页打算四天读完,边读边记录。

1.

2.学习MogoDB

3.

4.

5.

创建标识符的一段简单伪码模板:
var myModule = angular.module(...);
myModule.directive('namespaceDirectiveName', function factory(injectables) {
var directiveDefinitionObject = {
restrict: string,
priority: number,
template: string,
templateUrl: string,
replace: bool,
transclude: bool,
scope: bool or object,
controller: function controllerConstructor($scope, $element, $attrs, $transclude),
require: string,
link: function postLink(scope, iElement, iAttrs) { ... },
compile: function compile(tElement, tAttrs, transclude) {
return {
pre: function preLink(scope, iElement, iAttrs, controller) { ... },
post: function postLink(scope, iElement, iAttrs, controller) { ... }
}
}
};
return directiveDefinitionObject;
});

  

最新文章

  1. Linux 内核概述 - Linux Kernel
  2. STM32用JLINK 烧写程序时出现NO Cortex-m device found in JTAG chain现象和解决方案
  3. 批处理——服务器的web文件备份
  4. jQuery1.9及其以上版本中动态元素on绑定事件无效解决方案
  5. Android将Activity 打 jar包 (解决资源文件不能打包的问题)
  6. Oracle临时表(Temporary Table)
  7. String - 兴趣解读
  8. poj 1106 Transmitters (枚举+叉积运用)
  9. 2.2.5 NIO.2 Path 和 Java 已有的 File 类
  10. IMAGE_SECTION_HEADER
  11. UP UP UP!(dp)
  12. Node.js编写CLI的实践
  13. 微服务架构 - 基于Harbor构建本地镜像仓库
  14. Ubuntu14.04 编译 Android 5.1.1源码(采用国内镜像)
  15. redis进阶
  16. mysql 修改表的每个列的字符类型
  17. 《mongoDB》查询
  18. SignalR NuGet程序包
  19. Centos7部署kubernetes集群CA证书创建和分发(二)
  20. linux中为什么cpu使用率会超过100见解

热门文章

  1. CSS3实现GIF动画
  2. caffe中的caffemodel参数提取方法
  3. C++/Java线程之分
  4. Spring Boot中Service用@Transactional 注解
  5. codeforces 957 A. Tritonic Iridescence
  6. 安装vm tools时出现如下问题 The path "/usr/bin/gcc" is not valid path to the
  7. hive 常见时间日期函数的使用
  8. python模板字符串和格式化字符串
  9. Linux基础命令---管理组gpasswd
  10. java获取前一天时间SimpleDateFormat,java判断某个时间段