Make status bar dynamic !
This commit is contained in:
parent
ae774e3811
commit
58e5c44db2
3 changed files with 36 additions and 5 deletions
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
// Make Namespace
|
||||
var identity = {} ;
|
||||
|
||||
|
||||
|
||||
// Fetch Status
|
||||
identity.fetchStatus = function(){
|
||||
|
||||
// TODO
|
||||
|
||||
return new Array("1", "user1", "25/02/2016");
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue