chore(): factor out some angular functions to variables

This commit is contained in:
Andrew Joslin
2014-05-07 14:51:03 -06:00
parent 6e32c2f880
commit b785955348
26 changed files with 56 additions and 57 deletions

View File

@@ -6,7 +6,7 @@ IonicModule
'$ionicPlatform',
function($scope, $attrs, $ionicSideMenuDelegate, $ionicPlatform) {
var self = this;
angular.extend(this, ionic.controllers.SideMenuController.prototype);
extend(this, ionic.controllers.SideMenuController.prototype);
this.$scope = $scope;