mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #380 - rename ionic services to use $ionic prefix
This commit is contained in:
2
js/ext/angular/src/service/ionicLoading.js
vendored
2
js/ext/angular/src/service/ionicLoading.js
vendored
@@ -1,6 +1,6 @@
|
||||
angular.module('ionic.service.loading', ['ionic.ui.loading'])
|
||||
|
||||
.factory('Loading', ['$rootScope', '$document', '$compile', function($rootScope, $document, $compile) {
|
||||
.factory('$ionicLoading', ['$rootScope', '$document', '$compile', function($rootScope, $document, $compile) {
|
||||
return {
|
||||
/**
|
||||
* Load an action sheet with the given template string.
|
||||
|
||||
Reference in New Issue
Block a user