From 85caa73a92416f2d369a687ae646bdcd83c79ba2 Mon Sep 17 00:00:00 2001 From: dandoyon Date: Mon, 9 Jul 2012 21:47:00 -0700 Subject: [PATCH] Add uiCurrency doc --- css/app.css | 14 +++++++++++ index.html | 69 +++++++++++++++++++++++++++++++++++++++++++++++++---- js/app.js | 14 +++++++++-- 3 files changed, 90 insertions(+), 7 deletions(-) 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 @@
  • Select2
  • Show / Hide / Toggle
  • TinyMCE
  • +
  • Currency