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