Skip to content

Instantly share code, notes, and snippets.

@h2non
Created December 21, 2013 13:01
Show Gist options
  • Save h2non/8069022 to your computer and use it in GitHub Desktop.
Save h2non/8069022 to your computer and use it in GitHub Desktop.
Angular Injector support table
+----------------+----------+------------+-----------+---------+--------+----------+---------+-------+
| Can we inject? | Constant | Controller | Directive | Factory | Filter | Provider | Service | Value |
+----------------+----------+------------+-----------+---------+--------+----------+---------+-------+
| Constant | | | | | | | | |
| Controller | | | | | | | | |
| Directive | | | | | | | | |
| Factory | | | | | | | | |
| Filter | | | | | | | | |
| Provider | | | | | | | | |
| Service | | | | | | | | |
| Value | | | | | | | | |
+----------------+----------+------------+-----------+---------+--------+----------+---------+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment