阅读背景:

错误:$ injector:modulerr模块角度错误

来源:互联网 
var myapp = angular.module('myapp', []);

    myapp.config(function($interpolateProvider) {
      $interpolateProvider
        .startSymbol('{[')
        .endSymbol(']}');
    });

    myapp.controller('CanvasControls', function($scope) {
        function1($scope);
        function2($scope);
     });

    This code integrate with rails and working in development fine but in production mode it gives below errors.
var myapp = angular.module('myapp', []);

    m



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: