Giter Site home page Giter Site logo

no file to load has been found, if you're trying to load an existing module you should use the 'inject' method instead of 'load' about angular-utils HOT 6 CLOSED

kuitos avatar kuitos commented on August 21, 2024
no file to load has been found, if you're trying to load an existing module you should use the 'inject' method instead of 'load'

from angular-utils.

Comments (6)

kuitos avatar kuitos commented on August 21, 2024

你跑的是我的demo?

from angular-utils.

flyher avatar flyher commented on August 21, 2024

@kuitos
你的demo倒是没问题 _

from angular-utils.

kuitos avatar kuitos commented on August 21, 2024

你要给出完整的上下文信息啊,不然没法帮你看。。。

from angular-utils.

flyher avatar flyher commented on August 21, 2024

大略弄了格式简单的demo,
index.html,list.html
是可以正常运行的项目页面,并且有自己封装好的controller

http://files.cnblogs.com/files/flyher/demo.zip

from angular-utils.

kuitos avatar kuitos commented on August 21, 2024

一个应用只能有一个ng-app

from angular-utils.

flyher avatar flyher commented on August 21, 2024

我这种写法是通过封装的,仔细看了好几天,可能我之前并不没弄懂,发现需要先将代码改为原生的方式:

var app = angular.module("xxApp", [])
    .controller("xxController", function ($scope) {
//todo
    })
    .directive('test', function() {
//todo
   });

然后才能用你的这个方式去改造,这是件比较纠结的事情
非常感谢 👍 你的帮助

from angular-utils.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.