Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70804

Cordova progress indicator plugin not working in IONIC framework

$
0
0

@sureshtellakula wrote:

Hi,
I installed progress indicator plugin with cordova plugin add org.pbernasconi.progressindicator command and called below code in IONIC project.

.controller('MainCtrl', function($scope,$http,$state,$location,$timeout) {

$scope.login = function(data) {
     ProgressIndicator.showDeterminate(false, 100000);
                $timeout(5000);

}
I am not getting any errors but progress indicator is not displayed when i click on login button.

Please suggest me on this.Is there any alternative other than this.

regards,
suresh

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70804

Trending Articles