-
_From [sberlin](https://code.google.com/u/sberlin/) on May 19, 2011 09:28:40_
When debugging, it's often very useful to be able to get the current state of the dependency chain. It is impo…
-
Now that we have`$view.load()` it seems like views should be first-order objects, with the ability to manage them orthogonally to state. Instead of states defining `views:` (or the default view) they …
-
This seems like a simple improvement, but may not exist for performance reasons.
Example: http://plnkr.co/DZ3w7j876fUwGLVXp5Xc
```
app.controller('MainCtrl', ['$scope', '$log', function($scope, $log…
-
I'm finding myself having to manually specify a bunch of angular stuff as injectable using the @Injectables annotation. I'm not sure if this is intentional as to keep the size of the generated static…
-
https://github.com/angular/dgeni-packages/blob/master/ngdoc/processors/component-groups-generate.js#L26
I'd like to add a config variable for this outputPath - but what would be good? should it be a …
-
I'm using SOMA 2.0.4. I've got two classes, each injecting the other. This causes an endless loop.
in my application init function I map the injectables:
this.injector.mapClass('serviceA', ServiceA,…
-
The [angular.dart tutorial](https://github.com/angular/angular.dart.tutorial/blob/master/Chapter_07/README.md) states that:
> @Injectables annotation should be mainly used with classes that are out o…
-
Any thoughts about the idea of providing a base CoffeeScript class that can be extended to hide some of the cruft (e.g. specifying injectables twice and binding class methods) associated with using CS…
davej updated
10 years ago
-
I'm looking for a way to intercept and prevent state changes that would unload a view containing an unsubmitted form.
The current transitions and events don't show what views would be present after t…
-
Hello all! This is my first entry on GitHub, but I've been using angular-ui and angular-bootstrap components for a few months.
I really appreciate the rewrite of the modal and I'm using it on a big …