Displaying (unformatted) function code.

This commit is contained in:
Ben Vanik
2013-12-22 09:25:44 -08:00
parent 4ecdfed46f
commit c92142ca02
20 changed files with 242 additions and 44 deletions

View File

@@ -41,6 +41,7 @@ module.service('app', function(
this.close();
this.session = session;
$rootScope.$emit('refresh');
};
App.prototype.close = function() {