mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs: add services, utilities
This commit is contained in:
6
js/ext/angular/src/service/ionicView.js
vendored
6
js/ext/angular/src/service/ionicView.js
vendored
@@ -1,7 +1,11 @@
|
||||
angular.module('ionic.service.view', ['ui.router', 'ionic.service.platform'])
|
||||
|
||||
|
||||
.run( ['$rootScope', '$state', '$location', '$document', '$animate', '$ionicPlatform',
|
||||
/**
|
||||
* @private
|
||||
* TODO document
|
||||
*/
|
||||
.run(['$rootScope', '$state', '$location', '$document', '$animate', '$ionicPlatform',
|
||||
function( $rootScope, $state, $location, $document, $animate, $ionicPlatform) {
|
||||
|
||||
// init the variables that keep track of the view history
|
||||
|
||||
Reference in New Issue
Block a user