1234567891011121314 |
- '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) {
-
- }]);
|