Skip to content
fossilized created page: CommonAngularGotchas authored by yeemighty's avatar yeemighty
......@@ -13,7 +13,7 @@ Services
Directives
- Multi purpose can be a html element, attribute, class or all
- Don't use self-closing tag '''<light-a-fire></light-a-fire>'''
- Don't use self-closing tag ```<light-a-fire></light-a-fire>```
- Used for resuseable html elements
- Used for organizing complex ui
- controllers are passed in through link and require attributes
......
......