tgarlanger/ion-radial-progress

Is this for ionic framework?

Closed this issue · 2 comments

benag commented

A question

Yes it is

benag commented

doesnt work, why?

app.js:
var analocMobileApp = angular.module('analocMobileApp', ['ionic', 'analocmobile.utils', 'ngCordova', 'chart.js','ion-radial-progress'])

.run(function ($ionicPlatform, $state, $http, CacheService, WifiService, $cordovaSplashscreen, $ionicPopup, WrapperService, GoogleAnalyticsService, PushNotificationsService) {
    var inDevice = typeof cordova !== 'undefined';

    $ionicPlatform.ready(function () {
        // Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
        // for form inputs)

in html (from example):