angular-typescript
angular-typescript copied to clipboard
TypeScript 1.7 annotations (decorators) for AngularJS 1.x
Is it possible to implement the use of this library through typings? Or please give instructions on how to use this library in the project.
There is no entry point for the package, consider doing what is being done at `test/module.ts` as entry point for the module
Hello ulfryk, I'd just fix a bug on my code but I had to fix some bugs on your package.json and bower.json : - Your package doesn't work with Angular...
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) ```...
I don't get it here, the injection of $scope and instead taking and making use of $$scope which is an internal implementation which is not supposed to be expose. or...