mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Image src and imageSource properties defined
This commit is contained in:
@@ -14,7 +14,7 @@ export function imageLoaded(args: observable.EventData) {
|
||||
var image = <imageDef.Image>args.object;
|
||||
|
||||
var logoPath = fs.path.join(__dirname, "tagLine.png");
|
||||
image.source = imageSourceDef.fromFile(logoPath);
|
||||
image.imageSource = imageSourceDef.fromFile(logoPath);
|
||||
}
|
||||
|
||||
export function loginButtonTap(args: observable.EventData) {
|
||||
|
||||
Reference in New Issue
Block a user