Brian Ford

Results 31 issues of Brian Ford

We haven't touched this in months, but I think there are valuable things in here. I vote we move this content into the official angular docs. Recently, we get a...

We decided that we prefer npm to bower. We should update this guide accordingly. We should still preserve the bower install instructions, and encourage developers to support both as best...

## Problem Parsers are hard. ## Current solution Decorate `$parse` and use regexes to do naive checks on expressions. ## Ideal solution Regexes aren't powerful enough. Instead, we should replace...

See https://github.com/angular/angular.js/pull/8430

Our current approach only lets us instrument apps that use `ng-app`. We also need to patch `angular.bootstrap`

needs: more info

angular-express-seed has been updated; this should follow suit.

Looking at the currently generated types for the [white-space](https://developer.mozilla.org/en-US/docs/Web/CSS/white-space) CSS property, I noticed that `break-spaces` is missing: ```js export type WhiteSpaceProperty = Globals | "-moz-pre-wrap" | "normal" | "nowrap" |...

There should be a way to detect tests (for instance, look for a Travis badge in the contents of the module's `README.md`). `ngmodules.org` should let me filter by modules that...

It would be nice to enforce this: https://github.com/angular/angular-component-spec It would be possible to use static analysis techniques to automatically detect some of this.

I haven't seen much movement on this repo in a year. Is this actively maintained? Do you want help with this project?