added post page, and added write page, with text editor

This commit is contained in:
arnaucode
2018-02-03 03:50:14 +01:00
parent b26533efa3
commit 2835d72779
16 changed files with 353 additions and 79 deletions

View File

@@ -12,5 +12,8 @@ angular.module('app.main', ['ngRoute'])
.controller('MainCtrl', function($scope, $rootScope, $http) {
$scope.user = user;
$scope.featured_posts= featured_posts;
$scope.posts = posts;
});