Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
Removed sample-code from MaterialClass
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jul 23, 2015
1 parent dd285ea commit bc15126
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/src/template/components/MaterialClass.dart
Expand Up @@ -123,10 +123,6 @@ class MaterialClass extends MdlComponent {

});

final dom.DivElement div = new dom.DivElement();
div.appendText("Your '${_MaterialClassConstant.WIDGET_SELECTOR}' component works!");
element.append(div);

element.classes.add(_cssClasses.IS_UPGRADED);
}

Expand Down

0 comments on commit bc15126

Please sign in to comment.