diff --git a/css/app.css b/css/app.css index 9c9f1c5..f627f2c 100644 --- a/css/app.css +++ b/css/app.css @@ -98,4 +98,18 @@ section { #directives-keypress textarea { width: 100%; height: 100px; +} + +span[ui-currency] { + display:block; +} +/*** Currency ***/ +.ui-currency-pos { + font-weight: bold; +} +.ui-currency-neg { + font-size: 125%; +} +.ui-currency-zero { + color: #000; } \ No newline at end of file diff --git a/index.html b/index.html index 9332279..618059c 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -20,7 +20,7 @@ - + @@ -54,6 +54,7 @@
Takes the twitter bootstrap modal and lets you assign an ng-model to it. You can open/close the modal any way you want: data-* attributes, or use elm.modal('show'), or whatever. The ng-model you give will always correspond to whether the modal is opened or not, and if you set it it will also change the modal.
-