WIP Domain listing app with automatic status checking. Buitl with AngularJS.

addPost.js 343B

    'use strict'; /** * @ngdoc function * @name domainManagerApp.controller:MainCtrl * @description * # MainCtrl * Controller of the domainManagerApp */ angular.module('domainManagerApp.addPost', ['firebase', 'domainManagerApp.userData']) .controller('AddPostController', ['$scope', 'UserData', function ($scope, UserData) { }]);