derp: missing end of code block

This commit is contained in:
Brandy Carney
2016-04-14 13:29:47 -04:00
parent 4f4558ad65
commit b99db127e5

View File

@ -82,6 +82,7 @@ import {TabButton} from './tab-button';
* console.log("Passed params", navParams.data); * console.log("Passed params", navParams.data);
* } * }
* } * }
* ```
* *
* Sometimes you may want to call a method instead of navigating to a new * Sometimes you may want to call a method instead of navigating to a new
* page. You can use the `(select)` event to call a method on your class when * page. You can use the `(select)` event to call a method on your class when