From b731e2f1dd0972409b136aebc7b463dd72c9cfad Mon Sep 17 00:00:00 2001 From: CNlucius Date: Tue, 13 Sep 2016 11:40:12 +0800 Subject: ONOSFW-171 O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius --- .../_sdh/ng-examples/ch08-04-custom-filters.html | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 framework/src/onos/web/gui/src/main/webapp/_sdh/ng-examples/ch08-04-custom-filters.html (limited to 'framework/src/onos/web/gui/src/main/webapp/_sdh/ng-examples/ch08-04-custom-filters.html') diff --git a/framework/src/onos/web/gui/src/main/webapp/_sdh/ng-examples/ch08-04-custom-filters.html b/framework/src/onos/web/gui/src/main/webapp/_sdh/ng-examples/ch08-04-custom-filters.html deleted file mode 100644 index f39991d9..00000000 --- a/framework/src/onos/web/gui/src/main/webapp/_sdh/ng-examples/ch08-04-custom-filters.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - Custom Filters in Action - - - - -
-
- Start time (Timestamp): {{ctrl.startTime}} -
-
- Start time (Time): {{ctrl.startTime | date:'h:m a'}} -
-
- Start time (Our filter): {{ctrl.startTime | timeAgo}} -
-
- Start time (Our filter 2): {{ctrl.startTime | timeAgo:true}} -
-
- Some time ago (Computed): {{ctrl.someTimeAgo | date:'h:m a'}} -
-
- Some time ago (Our filter): {{ctrl.someTimeAgo | timeAgo}} -
-
- - - - -- cgit 1.2.3-korg