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