为了账号安全,请及时绑定邮箱和手机立即绑定

AngularJS路由添加controller问题

AngularJS路由添加controller问题

牛魔王的故事 2018-09-08 09:41:34
我在使用angularjs路由中,想要将在路由创建controller,然后为页面赋值,但是报错说 ReferenceError: $scoep is not defined,但我不知道哪里出问题了,还请帮我只小白分析分析。我的代码如下:userApp.config(function($routeProvider){$routeProvider.when('/',{templateUrl:'views/userViews/homeUserView.html'}).when('/app',{templateUrl:'views/userViews/application.html'}).when('/work',{    templateUrl:'views/userViews/work.html',    controller:'jobCtrl'    controller:function($scope){        $scope.op_object = "作业";        $scoep.Lists = [            {                'id':'1',                'name':'作业1',                'info':'这是作业1的描述啦'            },            {                'id':'2',                'name':'作业2',                'info':'这是作业2的描述啦'            },            {                'id':'2',                'name':'作业2',                'info':'这是作业2的描述啦'            }        ];    }});我在页面上想获取这里的op_object和Lists显示在页面上,代码如下:
查看完整描述

1 回答

?
互换的青春

TA贡献1797条经验 获得超6个赞

你的 $scope 单词写错了 , 自己找...


查看完整回答
反对 回复 2018-10-23
  • 1 回答
  • 0 关注
  • 861 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信