AngularJS Material: Material Design component library for AngularJS (1.x). Use angular/material2 channel for Angular Material (v2+).
$scope.pop = function(ev) {
$mdDialog.show({
controller: 'DialogController',
templateUrl: 'dialog1.tmpl.html',
parent: angular.element(document.body),
targetEvent: ev,
clickOutsideToClose:true
})
.then(function(answer) {
$scope.status = 'You said the information was "' + answer + '".';
}, function() {
$scope.status = 'You cancelled the dialog.';
});
};
md-list
for md-card
items? I am trying to build an interface similar to Google Now.
sm
. Plus, lots of other obvious bugs. I'm not sure if it's replicable for other people but I don't see why not.
<div flex></div>
in normal html too
.md-css-only
in there everywhere
md-css-only
import