Change '==' to '===' to make CI green

This commit is contained in:
AhyoungRyu 2017-03-07 11:36:28 +09:00
parent 0fd68ba481
commit 7393c6ab0e
2 changed files with 2 additions and 2 deletions

View file

@ -156,7 +156,7 @@ export default function HeliumCtrl($scope, $rootScope, $sce,
var url = 'https://zeppelin.apache.org/docs/' + zeppelinVersion + '/manual/interpreterinstallation.html';
var confirm = ''
if (type == 'INTERPRETER') {
if (type === 'INTERPRETER') {
confirm = BootstrapDialog.show({
title: '',
message: '<p>Below command will download maven artifact ' +

View file

@ -70,7 +70,7 @@ limitations under the License.
</div>
<div class="row heliumPackageList"
ng-repeat="pkgSearchResult in defaultPackages | toArray:false | orderBy: 'pkg.published':true"
ng-show="$parent.pkgListByType == pkgSearchResult.pkg.type">
ng-show="$parent.pkgListByType === pkgSearchResult.pkg.type">
<div class="col-md-12">
<div class="heliumPackageHead">
<div class="heliumPackageIcon"