Merged UI and backend
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -56,5 +56,6 @@ typings/
|
|||||||
|
|
||||||
# dotenv environment variables file
|
# dotenv environment variables file
|
||||||
.env
|
.env
|
||||||
data/*
|
data/
|
||||||
|
data/db/
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div class="row" ng-controller="FacebookCtrl">
|
<div class="row" ng-controller="8">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<h4>{{welcomeMsg}}</h4>
|
<h4>{{welcomeMsg}}</h4>
|
||||||
<div ng-if="isLoggedIn == true">
|
<div ng-if="isLoggedIn == true">
|
||||||
|
|||||||
Reference in New Issue
Block a user