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