- Have the iOS simulator running.
- Have the Android app running and livesync running.
- Have the Groceries web app running.
- Verify the grocery list is appropriate in the default account.
- Bump up font size in Sublime.
- Add “WEB” and “NATIVE”.
- Have login.component.ts open on each.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.k-button[disabled], .k-button.k-state-disabled:hover, .k-button.k-state-disabled:focus, | |
[disabled] .k-button { | |
outline: none; | |
cursor: default; | |
opacity: 0.65; | |
filter: grayscale(0.1); | |
pointer-events: none; | |
box-shadow: none; } | |
.k-widget, .k-block { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alert("test"); |