Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 167f900

Browse files
author
AbdelrahmanSE
committed
Change index.html path and added AngularJS + Bootstrap CDN Libraries
1 parent 04c535c commit 167f900

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

‎gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ gulp.task("build-template-cache", function(cb) {
147147

148148
gulp.task("code-cache-bust", function(cb) {
149149
gulp
150-
.src("./src/modules/index.html")
150+
.src("./src/index.html")
151151
.pipe(cachebust.references())
152152
.pipe(gulp.dest("dist"));
153153
cb();

‎src/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html lang="en" ng-app="UsersApp">
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
9+
<title>Users Details App</title>
10+
11+
<!-- Styles -->
12+
<link href="style.css" type="text/css" rel="stylesheet" />
13+
<link rel="stylesheet" type="text/css"
14+
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" />
15+
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.8/angular.min.js"></script>
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.7.8/angular-route.min.js"></script>
17+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"></script>
18+
19+
<!-- Scripts -->
20+
<script src="bundle.js"></script>
21+
</head>
22+
23+
<body>
24+
<div ng-view></div>
25+
</body>
26+
27+
</html>

‎src/modules/index.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /