mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-09 21:45:26 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
angular.module('checkboxDemo1', ['ngMaterial'])
|
||||
|
||||
.controller('AppCtrl', function($scope) {
|
||||
|
||||
$scope.data = {};
|
||||
$scope.data.cb1 = true;
|
||||
$scope.data.cb2 = false;
|
||||
$scope.data.cb3 = false;
|
||||
$scope.data.cb4 = false;
|
||||
$scope.data.cb5 = false;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user