Is this for ionic framework?
Closed this issue · 2 comments
benag commented
A question
tgarlanger commented
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):