最赞回答 / qq_问心的方向_0
https://github.com/angular/angularjs-batarang/tree/v0.4.3这个是旧版,用下面的方法安装Installing from SourceClone the repository: git clone git://github.com/angular/angularjs-batarangNavigate to chrome://chrome/extensions/ and enable Developer Mode.Choose "Load unpacked...
2014-11-25
例子一直出错,查资料调试了半天,终于搞明白了,这里貌似忽略掉了很严重的一句话:
ng-app='helloAngular',模块化以后要指明ng-app对应的是哪个模块
ng-app='helloAngular',模块化以后要指明ng-app对应的是哪个模块
2014-11-25