Karl Horky
Karl Horky
Oh, I don't use `eslint-plugin-prettier` - I'm just using Prettier via the Prettier VS Code extension. But if you want to use that plugin, maybe something with ESLint file extensions...
Yeah a multi-form builder would be great. As for why this is happening, I took a quick look at this today, and it appears `reindexFormObject` is being called multiple times...
I guess you could describe this as a [singleton](http://en.wikipedia.org/wiki/Singleton_pattern).
> for your use case, would you be interested in creating the swings within the currently opened workspace? Hm... in most cases probably not, but I suppose there may be...
In my experience with naming Angular 1 controllers, out of the available options it makes the most sense to rename them after the component itself. This would only fall down...
So to clarify, I would suggest changing this rule in the style guide to recommend using the name of the component.
Are isolated scopes not bad for composability (more directives on one element)? Since Angular 1.2 there is an error `Multiple Directive Resource Contention` when using multiple directives with isolated scopes....
I've opened #608 for an answer to this.
For this reason I would like an alternative answer to this question though - without using isolated scope. One thing I can imagine is to rename `controllerAs` based on the...
@lifei Has this been completed? cc @millermedeiros