Mark Thakerng

Results 3 issues of Mark Thakerng

I have compiled this ``` javascript class Foo{ /** * method 1 */ @decorator method1(){ return "method1"; } /** * method 2 */ method2(){ return "method2"; } } ``` I...

https://github.com/nodeframe/angular-typescript Modify to be ``` typescript @at.service(module:string|angular.IModule, serviceName?: string) @at.inject(dependencyOne: string, ...dependencies?: string[]) @at.controller(module: string|angular.IModule, controllerName?: string) @at.directive(module: string|angular.IModule, directiveName?: string) @at.classFactory(module: string|angular.IModule, className?: string) @at.resource(module: string|angular.IModule, resourceClassName?: string) ```...

We got the message error when we executed the example script with mongoose v4.0.2 ``` /node_modules/mongoose/lib/model.js:800 (this.schema.options.autoIndex === null && this.db.config.autoIndex)) { ^ TypeError: Cannot read property 'autoIndex' of undefined...