摘要: /** * Created by Administrator on 2016/5/3 0003. */ ng-app是告诉angularjs编译器把该元素当作编译的根 //定义模块 var myApp=angular.module('index', []) //定义控制器 myApp.controller('haha', function ($scope) { $scope.... 阅读全文
posted @ 2016-05-03 17:18 韭菜茄子 阅读(214) 评论(0) 推荐(0) 编辑