Skip to content

Commit 996df28

Browse files
committedApr 16, 2018
Updated Bootstrap
1 parent 04a90a6 commit 996df28

12 files changed

+20
-12653
lines changed
 

‎components/controllers/list.controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'ESlint',
1515
'jQuery',
1616
'lodash',
17-
'Bootstrap',
17+
'Bootstrap 4.1',
1818
'font-awesome',
1919
'owl-carousel-2'
2020
];

‎components/directives/carousel.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="images/angularJS.jpg">
77
</div>
88
<div class="item">
9-
<img src="images/bootstrap.jpg">
9+
<img height="380px" src="images/bootstrap-stack.png">
1010
</div>
1111
<div class="item">
1212
<img src="images/gulpjs.jpg">

‎images/bootstrap-stack.png

50.9 KB
Loading

‎images/bootstrap.jpg

-33.1 KB
Binary file not shown.

‎index.html

+5-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
<!-- build:css css/style.min.css -->
2121

2222
<!-- Library -->
23-
<link rel="stylesheet" type="text/css" href="styles/bootstrap.css" />
24-
<link rel="stylesheet" type="text/css" href="styles/bootstrap-theme.css" />
23+
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.css" />
24+
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap-grid.css" />
25+
<link rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap-reboot.css" />
2526
<link rel="stylesheet" type="text/css" href="styles/font-awesome.css" />
2627
<link rel="stylesheet" type="text/css" href="styles/owl.carousel.css" />
2728
<link rel="stylesheet" type="text/css" href="styles/owl.theme.default.css" />
@@ -44,8 +45,8 @@
4445

4546
<!-- Vendors -->
4647
<!-- build:nonangularlibs js/nonangularlibs.js -->
47-
<script type="text/javascript" src="js/nonangular/jquery-3.2.1.js"></script>
48-
<script type="text/javascript" src="js/nonangular/bootstrap.js"></script>
48+
<script type="text/javascript" src="node_modules/jquery/dist/jquery.js"></script>
49+
<script type="text/javascript" src="node_modules/bootstrap/dist/js/bootstrap.bundle.js"></script>
4950
<!-- endbuild -->
5051

5152
<!-- Non-angular libraries -->

‎js/nonangular/bootstrap.js

-2,377
This file was deleted.

‎js/nonangular/jquery-1.11.2.min.js

-4
This file was deleted.

‎js/nonangular/jquery-3.2.1.js

-10,253
This file was deleted.

‎js/nonangular/npm.js

-13
This file was deleted.

‎package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@
5151
"angular": "1.5.11",
5252
"angular-resource": "~1.5.8",
5353
"angular-ui-router": "^0.4.3",
54+
"bootstrap": "^4.1.0",
5455
"gulp-imagemin": "^3.4.0",
5556
"gulp-sass": "^3.1.0",
57+
"jquery": "^3.3.1",
5658
"ngstorage": "^0.3.11"
5759
}
5860
}

‎styles/directive.css

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
background: #0f1f3d;
1111
color: white;
1212
padding-top: 7px;
13+
padding-bottom: 1px;
1314
}

0 commit comments

Comments
 (0)
Please sign in to comment.