mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Note about nav not being used
This commit is contained in:
4
dist/js/ionic-angular.js
vendored
4
dist/js/ionic-angular.js
vendored
@ -24910,6 +24910,10 @@ angular.module('ionic.ui.loading', [])
|
|||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Note: currently unused
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description
|
* @description
|
||||||
* The NavController is a navigation stack View Controller modelled off of
|
* The NavController is a navigation stack View Controller modelled off of
|
||||||
|
|||||||
4
js/ext/angular/src/directive/ionicNav.js
vendored
4
js/ext/angular/src/directive/ionicNav.js
vendored
@ -1,6 +1,10 @@
|
|||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Note: currently unused
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description
|
* @description
|
||||||
* The NavController is a navigation stack View Controller modelled off of
|
* The NavController is a navigation stack View Controller modelled off of
|
||||||
|
|||||||
Reference in New Issue
Block a user