File tree 15 files changed +114
-95
lines changed
15 files changed +114
-95
lines changed Original file line number Diff line number Diff line change 1
1
.thing-form {
2
- margin : 20px 0 ;
2
+ margin : 20px 0 ;
3
3
}
4
4
5
5
# banner {
6
- border-bottom : none;
7
- margin-top : -20px ;
6
+ border-bottom : none;
7
+ margin-top : -20px ;
8
8
}
9
9
10
10
# banner h1 {
11
- font-size : 60px ;
12
- line-height : 1 ;
13
- letter-spacing : -1px ;
11
+ font-size : 60px ;
12
+ line-height : 1 ;
13
+ letter-spacing : -1px ;
14
14
}
15
15
16
16
.hero-unit {
17
- position : relative;
18
- padding : 30px 15px ;
19
- color : # F5F5F5 ;
20
- text-align : center;
21
- text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
- background : # 4393B9 ;
23
- }
24
-
25
- .footer {
26
- text-align : center;
27
- padding : 30px 0 ;
28
- margin-top : 70px ;
29
- border-top : 1px solid # E5E5E5 ;
17
+ position : relative;
18
+ padding : 30px 15px ;
19
+ color : # F5F5F5 ;
20
+ text-align : center;
21
+ text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
+ background : # 4393B9 ;
30
23
}
31
24
32
25
.navbar-text {
33
- margin-left : 15px ;
34
- }
26
+ margin-left : 15px ;
27
+ }
Original file line number Diff line number Diff line change @@ -29,10 +29,4 @@ <h1 class="page-header">Features:</h1>
29
29
</ form > < % } %>
30
30
</ div >
31
31
32
- < footer class ="footer ">
33
- < div class ="container ">
34
- < p > Angular Fullstack v< %= pkg.version %> |
35
- < a href ="https://twitter.com/tyhenkel "> @tyhenkel</ a > |
36
- < a href ="https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open "> Issues</ a > </ p >
37
- </ div >
38
- </ footer >
32
+ < footer > </ footer >
Original file line number Diff line number Diff line change @@ -23,11 +23,4 @@ header#banner.hero-unit
23
23
span.input-group-btn
24
24
button.btn.btn-primary ( type ='submit' , ng-click ='addThing()' ) Add New<% } %>
25
25
26
- footer.footer
27
- .container
28
- p
29
- | Angular Fullstack v<%= pkg.version %>
30
- = ' | '
31
- a( href ='https://twitter.com/tyhenkel' ) @tyhenkel
32
- = ' | '
33
- a( href ='https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open' ) Issues
26
+ footer
Original file line number Diff line number Diff line change 3
3
}
4
4
5
5
#banner {
6
- border-bottom : none ;
7
- margin-top : -20px ;
6
+ border-bottom : none ;
7
+ margin-top : -20px ;
8
8
}
9
9
10
10
#banner h1 {
11
- font-size : 60px ;
12
- line-height : 1 ;
13
- letter-spacing : -1px ;
11
+ font-size : 60px ;
12
+ line-height : 1 ;
13
+ letter-spacing : -1px ;
14
14
}
15
15
16
16
.hero-unit {
17
- position : relative ;
18
- padding : 30px 15px ;
19
- color : #F5F5F5 ;
20
- text-align : center ;
21
- text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
- background : #4393B9 ;
23
- }
24
-
25
- .footer {
26
- text-align : center ;
27
- padding : 30px 0 ;
28
- margin-top : 70px ;
29
- border-top : 1px solid #E5E5E5 ;
17
+ position : relative ;
18
+ padding : 30px 15px ;
19
+ color : #F5F5F5 ;
20
+ text-align : center ;
21
+ text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
+ background : #4393B9 ;
30
23
}
31
24
32
25
.navbar-text {
33
- margin-left : 15px ;
34
- }
26
+ margin-left : 15px ;
27
+ }
Original file line number Diff line number Diff line change 1
1
.thing-form {
2
- margin : 20px 0 ;
2
+ margin : 20px 0 ;
3
3
}
4
4
5
5
#banner {
6
- border-bottom : none ;
7
- margin-top : -20px ;
6
+ border-bottom : none ;
7
+ margin-top : -20px ;
8
8
}
9
9
10
10
#banner h1 {
11
- font-size : 60px ;
12
- line-height : 1 ;
13
- letter-spacing : -1px ;
11
+ font-size : 60px ;
12
+ line-height : 1 ;
13
+ letter-spacing : -1px ;
14
14
}
15
15
16
16
.hero-unit {
17
- position : relative ;
18
- padding : 30px 15px ;
19
- color : #F5F5F5 ;
20
- text-align : center ;
21
- text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
- background : #4393B9 ;
23
- }
24
-
25
- .footer {
26
- text-align : center ;
27
- padding : 30px 0 ;
28
- margin-top : 70px ;
29
- border-top : 1px solid #E5E5E5 ;
17
+ position : relative ;
18
+ padding : 30px 15px ;
19
+ color : #F5F5F5 ;
20
+ text-align : center ;
21
+ text-shadow : 0 1px 0 rgba (0 , 0 , 0 , 0.1 );
22
+ background : #4393B9 ;
30
23
}
31
24
32
25
.navbar-text {
33
26
margin-left : 15px ;
34
- }
27
+ }
Original file line number Diff line number Diff line change 1
1
.thing-form
2
- margin 20px 0
2
+ margin 20px 0
3
3
4
4
#banner
5
- border-bottom none
6
- margin-top - 20px
5
+ border-bottom none
6
+ margin-top - 20px
7
7
8
8
#banner h1
9
- font-size 60px
10
- letter-spacing - 1px
11
- line-height 1
9
+ font-size 60px
10
+ letter-spacing - 1px
11
+ line-height 1
12
12
13
13
.hero-unit
14
- background #43 93 B9
15
- color #F5 F5 F5
16
- padding 30px 15px
17
- position relative
18
- text-align center
19
- text-shadow 0 1px 0 rgba (0 , 0 , 0 , 0.1 )
20
-
21
- .footer
22
- border-top 1px solid #E5 E5 E5
23
- margin-top 70px
24
- padding 30px 0
25
- text-align center
14
+ background #43 93 B9
15
+ color #F5 F5 F5
16
+ padding 30px 15px
17
+ position relative
18
+ text-align center
19
+ text-shadow 0 1px 0 rgba (0 , 0 , 0 , 0.1 )
26
20
27
21
.navbar-text
28
- margin-left 15px
22
+ margin-left 15px
Original file line number Diff line number Diff line change
1
+ footer .footer {
2
+ text-align : center;
3
+ padding : 30px 0 ;
4
+ margin-top : 70px ;
5
+ border-top : 1px solid # E5E5E5 ;
6
+ }
Original file line number Diff line number Diff line change
1
+ < div class ="container ">
2
+ < p > Angular Fullstack v< %= pkg.version %> |
3
+ < a href ="https://twitter.com/tyhenkel "> @tyhenkel</ a > |
4
+ < a href ="https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open "> Issues</ a >
5
+ </ p >
6
+ </ div >
Original file line number Diff line number Diff line change
1
+ .container
2
+ p
3
+ | Angular Fullstack v<%= pkg.version %>
4
+ = ' | '
5
+ a( href ='https://twitter.com/tyhenkel' ) @tyhenkel
6
+ = ' | '
7
+ a( href ='https://github.com/DaftMonk/generator-angular-fullstack/issues?state=open' ) Issues
Original file line number Diff line number Diff line change
1
+ footer .footer {
2
+ text-align : center ;
3
+ padding : 30px 0 ;
4
+ margin-top : 70px ;
5
+ border-top : 1px solid #E5E5E5 ;
6
+ }
Original file line number Diff line number Diff line change
1
+ footer .footer {
2
+ text-align : center ;
3
+ padding : 30px 0 ;
4
+ margin-top : 70px ;
5
+ border-top : 1px solid #E5E5E5 ;
6
+ }
Original file line number Diff line number Diff line change
1
+ footer .footer
2
+ border-top 1px solid #E5 E5 E5
3
+ margin-top 70px
4
+ padding 30px 0
5
+ text-align center
Original file line number Diff line number Diff line change
1
+ ' use strict'
2
+
3
+ angular .module ' <%= scriptAppName %>'
4
+ .directive ' footer' , ->
5
+ templateUrl : ' components/footer/footer.html'
6
+ restrict : ' E' ,
7
+ link : (scope , element ) ->
8
+ element .addClass (' footer' )
Original file line number Diff line number Diff line change
1
+ 'use strict' ;
2
+
3
+ angular . module ( '<%= scriptAppName %>' )
4
+ . directive ( 'footer' , function ( ) {
5
+ return {
6
+ templateUrl : 'components/footer/footer.html' ,
7
+ restrict : 'E' ,
8
+ link : function ( scope , element ) {
9
+ element . addClass ( 'footer' ) ;
10
+ }
11
+ } ;
12
+ } ) ;
Original file line number Diff line number Diff line change @@ -172,6 +172,9 @@ describe('angular-fullstack generator', function () {
172
172
'client/app/main/main.controller.' + script ,
173
173
'client/app/main/main.controller.spec.' + script ,
174
174
'client/assets/images/yeoman.png' ,
175
+ 'client/components/footer/footer.' + stylesheet ,
176
+ 'client/components/footer/footer.' + markup ,
177
+ 'client/components/footer/footer.directive.' + script ,
175
178
'client/components/navbar/navbar.' + markup ,
176
179
'client/components/navbar/navbar.controller.' + script ,
177
180
'client/components/navbar/navbar.directive.' + script ,
You can’t perform that action at this time.
0 commit comments