Coggle requires JavaScript to display documents.
var myApp = angular.module('myApp',[]); myApp.controller('GreetingController',['$scope', function($scope) { $scope.greeting = 'Hola!'; }]);