mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-14 07:55:28 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
angular.module('sliderDemo1', ['ngMaterial'])
|
||||
|
||||
.controller('AppCtrl', function($scope) {
|
||||
|
||||
$scope.color = {
|
||||
red: Math.floor(Math.random() * 255),
|
||||
green: Math.floor(Math.random() * 255),
|
||||
blue: Math.floor(Math.random() * 255)
|
||||
};
|
||||
|
||||
$scope.rating = 3;
|
||||
$scope.disabled1 = 0;
|
||||
$scope.disabled2 = 70;
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user