mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 00:09:54 -04:00
DEBUG: Changes config to now debug the ts files instead of transpiled js.
This commit is contained in:
parent
61709105e3
commit
64fb22afb4
@ -4,6 +4,9 @@
|
||||
"author": "Jason Wall",
|
||||
"homepage": "http://dynamicbible.com/",
|
||||
"private": true,
|
||||
"config": {
|
||||
"ionic_source_map": "source-map"
|
||||
},
|
||||
"scripts": {
|
||||
"ionic:build": "ionic-app-scripts build",
|
||||
"ionic:serve": "ionic-app-scripts serve"
|
||||
|
@ -1,9 +1,9 @@
|
||||
<ion-header>
|
||||
<ion-navbar>
|
||||
<ion-searchbar (search)="getQuery($event)" (input)="setQuery($event)"></ion-searchbar>
|
||||
<button menuToggle item-left large clear>
|
||||
<button menuToggle large>
|
||||
<ion-icon name="menu"></ion-icon>
|
||||
</button>
|
||||
<ion-searchbar (search)="getQuery($event)" (input)="setQuery($event)"></ion-searchbar>
|
||||
</ion-navbar>
|
||||
</ion-header>
|
||||
<ion-content padding class="search-card">
|
||||
|
Loading…
x
Reference in New Issue
Block a user