Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 086e050

Browse files
committed
[FT] "JS-hinting"
1 parent f8263cc commit 086e050

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/mapSpec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ describe('uiMap', function () {
1919
scope.gEvents = events || {};
2020
var elm = angular.element("<div><div ui-map-info-window='ginfo' " +
2121
"ui-options='gOptions' ui-event='gEvents'></div></div>");
22-
if (inner)
22+
if (inner){
2323
elm.children().append(inner);
24+
}
2425
$compile(elm)(scope);
2526
}
2627

0 commit comments

Comments
 (0)