mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 02:19:43 +00:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
|
|
angular.module('contentDemo1', ['ngMaterial'])
|
|
|
|
.controller('AppCtrl', function($scope) {
|
|
|
|
})
|