We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd5e00 commit 9950534Copy full SHA for 9950534
demos/service/loading/index.js
@@ -2,7 +2,7 @@
2
name: complete
3
component: $ionicLoading
4
---
5
-angular.module('complete', [])
+angular.module('complete', ['ionic'])
6
.controller('LoadingCtrl', function($scope, $ionicLoading) {
7
$scope.loadingOptions = {
8
duration: 1000,
0 commit comments