META-INF.dirigible.template-extension-view.views.view.controller.js.template Maven / Gradle / Ivy
angular.module('view', [])
.controller('ViewController', ['$scope', function ($scope) {
$scope.message = 'World';
}]);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy