-
constant
v.svalue
- constant can be use in
module.config
but not value - rule of thumb: value for service object / function, constant for configuration data.
- what is
angular:common
- what is
angular:decorate
- Think about AOP
- Like Python decorate?
- What's
provider
?
- In short words, like
factory
service but allow global customization viaconfig
phase.
- [] Try
ng-anotation