Skip to content

Commit

Permalink
switching to use pre-minified version of angular. fixes #293
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Aug 27, 2014
1 parent b82374d commit f3973fc
Show file tree
Hide file tree
Showing 6 changed files with 273 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
/*global angular: false */

angular.module('oakIndexManager', [])
.controller('MainCtrl', function ($scope, $http, $timeout) {
.controller('MainCtrl', ['$scope', '$http', '$timeout',
function ($scope, $http, $timeout) {

$scope.app = {
resource: '',
Expand Down Expand Up @@ -234,6 +235,6 @@ angular.module('oakIndexManager', [])
$scope.init = function () {
$scope.list();
};
});
}]);


Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f3973fc

Please sign in to comment.