Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
fossilized created page: CommonAngularGotchas
authored
Aug 11, 2014
by
yeemighty
Show whitespace changes
Inline
Side-by-side
CommonAngularGotchas.markdown
View page @
b9c7ab56
...
...
@@ -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
...
...
...
...