提交 472f42bb 编写于 作者: L lepdou

modify method name

上级 670aaf5a
......@@ -105,7 +105,7 @@ sync_item_module.controller("SyncItemController",
$scope.syncItemStep += offset;
};
$scope.return = function () {
$scope.backToAppHomePage = function () {
$window.location.href = '/views/app.html?#appid=' + $scope.pageContext.appId;
};
......
......@@ -34,7 +34,7 @@
<button type="button" class="btn btn-success" ng-show="syncItemStep == 2" ng-click="syncItems()">同步
</button>
<button type="button" class="btn btn-primary" data-dismiss="modal" ng-show="syncItemStep == 3"
ng-click="return()">返回
ng-click="backToAppHomePage()">返回
</button>
</div>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册