mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
re-imagined toderp, first commit.
This commit is contained in:
2
js/ext/angular/src/directive/ionicNav.js
vendored
2
js/ext/angular/src/directive/ionicNav.js
vendored
@ -32,7 +32,7 @@ angular.module('ionic.ui.nav', [])
|
||||
$scope.navController = this;
|
||||
})
|
||||
|
||||
.directive('navController', function() {
|
||||
.directive('navCtrl', function() {
|
||||
return {
|
||||
restrict: 'E',
|
||||
replace: true,
|
||||
|
||||
Reference in New Issue
Block a user