re-imagined toderp, first commit.

This commit is contained in:
Max Lynch
2013-10-03 18:02:59 -05:00
parent a7fbaac5db
commit 0ecb2b58a8
6 changed files with 268 additions and 1 deletions

View File

@ -32,7 +32,7 @@ angular.module('ionic.ui.nav', [])
$scope.navController = this;
})
.directive('navController', function() {
.directive('navCtrl', function() {
return {
restrict: 'E',
replace: true,