UNPKG

generator-aspnetpostgresql

Version:

Yeoman generator for ASP.NET MVC Core apps with PostgreSQL support

18 lines (12 loc) 295 B
(function() { 'use strict'; angular .module('<%= namespace %>') .controller('controller1', controller1); controller1.$inject = ['$scope']; function controller1($scope) { $scope.title = 'controller1'; activate(); function activate() {} } })();