zoukankan      html  css  js  c++  java
  • Error: Dynamic is undefined

    1、错误描述

    Error: Dynamic is undefined
    @http://localhost:8080/Query/resource/global/scripts/app.js:149:11
    e@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:36:313
    h/<.instantiate@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:36:432
    Fe/this.$get</<@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:76:47
    b/<.compile/<@http://localhost:8080/Query/resource/global/plugins/angularjs/plugins/angular-ui-router.min.js:9:17610
    $@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:70:197
    B@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:59:255
    g@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:51:335
    D/<@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:50:444
    l@http://localhost:8080/Query/resource/global/plugins/angularjs/plugins/angular-ui-router.min.js:9:16990
    y/l.compile/</<@http://localhost:8080/Query/resource/global/plugins/angularjs/plugins/angular-ui-router.min.js:9:17216
    Pe/this.$get</n.prototype.$broadcast@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:128:355
    m/y.transitionTo/y.transition<@http://localhost:8080/Query/resource/global/plugins/angularjs/plugins/angular-ui-router.min.js:9:13178
    f/<@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:112:113
    Pe/this.$get</n.prototype.$eval@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:126:11
    Pe/this.$get</n.prototype.$digest@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:123:98
    Pe/this.$get</n.prototype.$apply@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:126:291
    l@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:81:238
    M@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:85:342
    wf/</F.onload@http://localhost:8080/Query/resource/global/plugins/angularjs/angular.min.js:86:367
    exchangeClient@http://localhost:8080/Query/resource/global/scripts/config.js:297:2
    @http://localhost:8080/Query/home#/stockDynamic:76:16
    m.Callbacks/j@http://localhost:8080/Query/resource/global/plugins/jquery.min.js:2:27239
    m.Callbacks/k.fireWith@http://localhost:8080/Query/resource/global/plugins/jquery.min.js:2:28057
    x@http://localhost:8080/Query/resource/global/plugins/jquery.min.js:4:21841
    .send/b@http://localhost:8080/Query/resource/global/plugins/jquery.min.js:4:25897
    
    <div ui-view="" class="fade-in-up ng-scope">

    2、错误原因

         由于用的是bootstrap,需要配置js有关的参数


    3、解决办法

        正确配置js问题

  • 相关阅读:
    使 div 元素看上去像一个按钮
    ORM框架学习(二)
    ORM框架学习(一)
    创建我的第一个MVC4-基于ASPX
    js实现简单的验证码
    常见开发语言擅长领域
    解决IE兼容问题,IE6,IE7,IE8,IE9,IE10
    EF框架学习(7)---EF中的查询方法
    EF框架学习(6)---EF中的在线场景保存数据
    EF框架学习(5)---EF中的在线和离线场景
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314553.html
Copyright © 2011-2022 走看看