diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-10-30 20:28:41 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-10-30 20:28:41 +0100 |
commit | a949af38a33cd08577ab91d6c5eb418520daefc8 (patch) | |
tree | 8251a36420396e2b26559c19d65da785f5e5b39b /web/templates | |
parent | ecb664a8550ee787a593db6cf45907100a875a54 (diff) | |
download | diller-server-a949af38a33cd08577ab91d6c5eb418520daefc8.tar.gz diller-server-a949af38a33cd08577ab91d6c5eb418520daefc8.tar.bz2 diller-server-a949af38a33cd08577ab91d6c5eb418520daefc8.tar.xz diller-server-a949af38a33cd08577ab91d6c5eb418520daefc8.zip |
web:
o Adding 'time ago' for each value.
o Adding 'reload' button for a property.
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/index.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/templates/index.jade b/web/templates/index.jade index 025354e..6dad0f5 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -14,6 +14,7 @@ html(lang='en') script(src="bower_components/angular/angular.js", type="application/javascript") script(src="bower_components/angular-route/angular-route.js", type="application/javascript") script(src="bower_components/lodash/lodash.js", type="application/javascript") + script(src="bower_components/moment/moment.js", type="application/javascript") script(src="app/DillerRpc.js", type="application/javascript") script(src="app/app.js", type="application/javascript") |