-
Notifications
You must be signed in to change notification settings - Fork 1
Pro tips
Eric M. Dantas edited this page Aug 10, 2017
·
10 revisions
Instead of using component, use cmp.
Instead of using directive, use dct.
Instead of using controller, use ctrl.
Instead of using model, use mde.
Instead of using service, use svc.
Instead of using factory, use fct.
Instead of using module, use mdu.
Instead of using filter, use flt.
Instead of using resource, use rsc.
Instead of using pipe, use pp.
Instead of using decorator, use dec.
Instead of using style, use stl.
Instead of using view, use vw.
Instead of using endpoint, use edpt.