Giter Club home page Giter Club logo

nghellostyle's Issues

directives share same object

All works fine, until we use a directive multiple times on a site. Directive.factory will only be called once. So all directives on sites share the same Directive object.

Update

Hi! Update a version og ngjs to 1.7.9 # #

Basic sample

Hi Mirco,
I am trying to setup a basic sample of your repo to be able to add some features step by step.
So I just create a simple controller with a property "greetings" and another method to be able to use the directive ng-click. But looks none of them is working. The grunt file is executed without any error.
But look like the deps.js is never rewriting. If you can help me about this small issue, it could be really nice. I really want to go deeper about that flow.

Thanks.

Here is my repo : https://github.com/dams2007/closureWithAngular

support for local development?

Currently index.html references the minified script:

<script src="js/app.min.js"></script>
, which makes it inconvenient to develop locally. I am looking for a way to reference non-minified scripts when I develop and only minify them when deploying. Do you have any recommendations?

Config issue ?

Hi guy,
I try to start a project with closure compiler too but i'm facing a problem.
I added a logProvider in config :

/**
 * Configuration function.
 *
 * @param {ng.$logProvider} $logProvider
 * @param {ui.router.$stateProvider} $stateProvider
 * @param {ui.router.$urlRouterProvider} $urlRouterProvider
 * @ngInject
 */
function config($logProvider, $stateProvider, $urlRouterProvider) {

  $logProvider.debugEnabled(true);
  $urlRouterProvider.otherwise('/first');

}

And that's fail angular bootstraping saying : 'Uncaught object' in loadModules.

Any ideas ?
Thanks

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.