-
Jeżeli stworzę prometeuszowy moduł, który w tablicy `requires` ma wpisany _injectable_, który nie jest definiowany przez inny moduł, Prometeusz powinien mi powiedzieć, który to moduł i jaki injectable…
-
In upgrading from 1.3.0-beta.17 to 1.3.1, I had part of my application stop working. Digging into it, it turned out that when I used `ng-controller="Controller as ctrl"`, none of the properties or fun…
-
It is a constructor, so upper case it would make most sense! It is breaking our lint.
Thanks! Awesome work btw!
-
Adding this annotation to main.dart
```
@Injectables(const [
Expando
])
```
and running the generator results in invalid dart code
```
new import_3.TypeLiteral().type: (a0) => new new import_3.Ty…
-
I would say, that the **_"fix"**_ in 0.2.13, related to: [**Avoid re-synchronizing from url after .transitionTo**](https://github.com/angular-ui/ui-router/releases/tag/0.2.13), change: [19715d15](http…
-
Hi guys
First thanks for this, i'm using it already :)
Secondly, please note that i couldn't manage it to work by including `angular-chrono.min.js` but it worked just fine when I took the 'min' off t…
-
I recently updated from v0.0.1 to v0.2.0 and I just had to change "ui.state" to "ui.router" and everything seemed to be working fine, until I tried IE8 and got this nice error:
"TypeError: Object doe…
-
Code currently uses sim.add_injectable / sim.get_injectable to register database conn/cur objects so that conn/cur don't need to be passed around as function parameters.
-
Hi,
I have a case where I want the `MetricRegistry` to be managed by a provider (in case someone else other than the `MetricsInstrumentationModule` needs it). In order to achieve this, I first create…
-
_INTRODUCTION_
I'm combining my StrangeIoc project from;
http://www.rivellomultimediaconsulting.com/unity3d-mvcs-architectures-strangeioc/
With my testing template (from Unity's new nUnit setup);
ht…
ghost updated
9 years ago