This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Fades an element in when the model changes. Restricted to attributes. | |
* | |
* Usage: | |
* | |
* <div di-fade-in="foo"/> | |
*/ | |
di.directive('diFadeIn', function () { | |
return { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
CSS styling for <input> | |
https://github.com/angular/material/issues/276 | |
JS: | |
$scope.select = "foo"; | |
$scope.list = ["foo", "bar"]; | |
Front: |