mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-29 18:12:44 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
angular.module('inputBasicDemo', ['ngMaterial'])
|
||||
|
||||
.controller('DemoCtrl', function($scope) {
|
||||
$scope.user = {
|
||||
title: 'Developer',
|
||||
email: 'ipsum@lorem.com',
|
||||
firstName: '',
|
||||
lastName: '' ,
|
||||
company: 'Google' ,
|
||||
address: '1600 Amphitheatre Pkwy' ,
|
||||
city: 'Mountain View' ,
|
||||
state: 'CA' ,
|
||||
biography: 'Loves kittens, snowboarding, and can type at 130 WPM. And rumor has it she bouldered up Castle Craig!',
|
||||
postalCode : '94043'
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user