mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
demo($ionicLoading): add 'ionic' dependency to ng module
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
name: complete
|
||||
component: $ionicLoading
|
||||
---
|
||||
angular.module('complete', [])
|
||||
angular.module('complete', ['ionic'])
|
||||
.controller('LoadingCtrl', function($scope, $ionicLoading) {
|
||||
$scope.loadingOptions = {
|
||||
duration: 1000,
|
||||
|
||||
Reference in New Issue
Block a user