mirror of
https://github.com/arnaucube/decentralized-blogging-platform.git
synced 2026-02-07 19:36:40 +01:00
added post page, and added write page, with text editor
This commit is contained in:
@@ -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;
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user