From f609320a80d4f7fe2ba51830d354c1aef1199f83 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 6 Oct 2013 20:39:48 -0500 Subject: [PATCH] Making toderp progress --- dist/ionic-angular.js | 14 +-- dist/ionic-ios7.css | 6 +- dist/ionic.css | 6 +- example/toderp2/index.html | 22 +++-- example/toderp2/js/app.js | 2 +- example/toderp2/js/controllers.js | 92 +++++++++---------- js/ext/angular/src/directive/ionicNav.js | 5 - js/ext/angular/src/directive/ionicSideMenu.js | 9 +- scss/ionic/_animations.scss | 6 +- 9 files changed, 77 insertions(+), 85 deletions(-) diff --git a/dist/ionic-angular.js b/dist/ionic-angular.js index 6351de2cad..cd15f7403f 100644 --- a/dist/ionic-angular.js +++ b/dist/ionic-angular.js @@ -226,10 +226,6 @@ angular.module('ionic.ui.nav', ['ionic.service']) controller: 'NavCtrl', //templateUrl: 'ext/angular/tmpl/ionicTabBar.tmpl.html', template: '
', - compile: function(element, attr, transclude, navCtrl) { - return function($scope, $element, $attr) { - }; - } } }) @@ -237,7 +233,6 @@ angular.module('ionic.ui.nav', ['ionic.service']) return { restrict: 'E', require: '^navCtrl', - transclude: true, replace: true, scope: true, template: '