Hacking Angular Stuff

This commit is contained in:
Max Lynch
2013-10-03 20:18:23 -05:00
parent 52bf562b05
commit 153a8de7a1
8 changed files with 135 additions and 42 deletions

View File

@ -58,7 +58,7 @@ angular.module('ionic.ui.sideMenu', [])
$scope.contentTranslateX = 0;
})
.directive('sideMenuController', function() {
.directive('sideMenuCtrl', function() {
return {
restrict: 'E',
controller: 'SideMenuCtrl',