https://github.com/ducksoupdev/test-typescript-directive
A test directive for Angular 1 using Typescript
https://github.com/ducksoupdev/test-typescript-directive
Last synced: 10 months ago
JSON representation
A test directive for Angular 1 using Typescript
- Host: GitHub
- URL: https://github.com/ducksoupdev/test-typescript-directive
- Owner: ducksoupdev
- Created: 2015-12-13T10:14:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T10:14:56.000Z (over 10 years ago)
- Last Synced: 2025-01-16T10:39:10.409Z (over 1 year ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Typescript directive
This is a quick test directive for Angular 1 in Typescript.
It specifies a controller for the directive and solely injects the dependencies there rather than the link function.