Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 578 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 578 Bytes

#view lifecycle

i created a directive to show the view lifecycle

the directive is : lifeCycle

you can put in the element

<ion-view>

example

<ion-view life-cycle view-title="Account" >

im using the view-title="xxxx" to identify the view;

when you navigate from and to that view you can see the console;

also you can perform some methods

you can see when you ente on account tabs, i add a number on top of the list even if the view is cached

thats is really usefull

you can see when you ente on account tabs, i add a number on top of the list