首页 > 代码库 > 满脑子都是Angular/directive/scope/git

满脑子都是Angular/directive/scope/git

坑1:

directive要用到controller里面的东西呢,有两种办法:

  1. 通过$scope.xxx来设置的,直接用xxx引用

  2. 通过controller function 里面的 this.xxx 设置的,要通过controllerName.xxx引用

爬爬墙,更健康:附AngularJS Directive文档

坑2:

git rebase和git merge有啥不同?

看看这:rebase的用法