Jon Gunter
Jon Gunter
This fails (apologies for the whitespace issues) ``` class MyService { doAThing(){ return 'bad'; } } //// bard.appModule('app'); bard.inject(this, 'MyService'); bard.mockService(MyService, { _default: false }); it('returns the proper values', ()=>...
It would useful if the Angular1 style guide could provide some opinionated patterns on `$broadcast`/`$emit` events. Looking at code samples all over the web, I see people doing things very...
It would be nice to have functionality where I could transclude content into a cell that would be compiled using AngularJS. I have AngularJS components that are used elsewhere in...
I was struggling getting my ngHandsontable to work, then added `ngHandsontable` to my application module's dependencies and everything started functioning great. I looked in the docs and this step doesn't...
I've followed your instructions to a 'T' multiple times, only to get ``` Warning: Running "compass:server" (compass) task Warning: Command failed: /bin/sh -c compass --version /bin/sh: compass: command not found...
Hi there, great library! It'd be nice if I could add some custom formatting/HTML when the components are in display mode. For example, next to the username, I would want...
It'd be great to have a UMD build available for those of us that don't use module loaders/bundlers.
Hi, is this intended behavior? ``` class Example { hello = null; world = null; } const helloJson = [] const result = ObjectMapper.deserializeArray(Order, helloJson); // expected [] // was...
Hi Todd, just curious—Angular2 relies *a lot* on Typescript Decorators, which are an experimental feature of the language. Since Angular is now a stable framework, what happens if the TypeScript...
I've inherited a project that uses ui-layout.js, but I have no idea which version, thus it's harder to debug issues. It would be nice if future releases could include a...