PaddingMe

Results 17 comments of PaddingMe

![snip20151119_2](https://cloud.githubusercontent.com/assets/5771087/11264156/4e7cc8de-8ecc-11e5-9b26-b6f49e0711ea.png)

腻害,学习了,感谢博主 :heart:

@cssmagic 原文已经更新:https://help.github.com/articles/github-flavored-markdown/

自动升版本和changelog很不错

民工大哥做的事非常有意义。只要自己觉得有意义就可以了。。

``` increase ``` 中 `ng-click="counter++"` 会报语法错误,改为 `ng-click=" counter=counter+1"` 才会正确显示。

> 试试在scope.counter++;这句之后加一句scope.digest();再看看是不是好了? 应该是 `这句之后加一句scope.$digest();`