Giter Site home page Giter Site logo

config provider name is incorrect about ui-mask HOT 3 OPEN

jrencz avatar jrencz commented on August 17, 2024 2
config provider name is incorrect

from ui-mask.

Comments (3)

leminh111 avatar leminh111 commented on August 17, 2024

Totally agree. In the mean time, we can work around the issue by using $injector to get uiMask.ConfigProvider.

angular
  .module('myModule')
  .config($injector => {
    'ngInject';

    const uiMaskConfigProvider = $injector.get("uiMask.ConfigProvider");
    Object.keys(uiMaskConfigProvider) // ['$get', 'maskDefinitions', 'clearOnBlur'...]
  })

from ui-mask.

jrencz avatar jrencz commented on August 17, 2024

$injector is a service. It won't be available in the config phase

from ui-mask.

leminh111 avatar leminh111 commented on August 17, 2024

It's what I thought originally. I'm not really understand the way Angular work myself, but the above code is working. And it seems there are 2 different, separate $injector in angular, one is responsible for injecting the providers, one is for services.

More detail here: angular/angular.js#5559

I also did a test, if you inject an $injector in the config block, and compare that with the $injector you get from all other controller (including the run block), you will find that the $injector in the config block is different from all the others (all controllers get the same $injector, but not the config block).

from ui-mask.

Related Issues (20)

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.