Nick Arthur

Results 7 comments of Nick Arthur

$emit - Dispatches an event name upwards through the scope hierarchy notifying the registered $rootScope.Scope listeners. https://docs.angularjs.org/api/ng/type/$rootScope.Scope Seems like nobody will get notified by this

https://github.com/techpines/express.io/tree/master/lib#properties-1 You might not be using express.io correctly `var app = require('express.io')(); app.http().io();` and then app.listen(port). I'm not familiar with SNI but it sounds like you might not be including...

Using everything just via app.VERB seems to be working fine for me. I'm not too familiar with Express but the docs seem to indicate you should be looking at app.routes...

My understanding is that rooms are for broadcasting to a limited set of clients. You can broadcast to a room whenever you want to. It doesn't actually matter if that...

I forked a version isolating the issue by just turning on aot for the demo. It's definitely AOT. https://github.com/narthur157/angular2-json-schema-form A real fix for this would be great

> This seems to be the correct way of doing it: > > ```ts > import { NgModule, ModuleWithProviders } from '@angular/core' > import { > JsonSchemaFormModule, > MaterialDesignFrameworkModule, >...

This happens to me when I try to not use forRoot. It would appear that 1. This project is no longer maintained 2. The version published on npm is not...