diff options
Diffstat (limited to 'docs/components/bootstrap/bootstrap-prettify.js')
| -rw-r--r-- | docs/components/bootstrap/bootstrap-prettify.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/docs/components/bootstrap/bootstrap-prettify.js b/docs/components/bootstrap/bootstrap-prettify.js index a9e61d4f..cbe7b53f 100644 --- a/docs/components/bootstrap/bootstrap-prettify.js +++ b/docs/components/bootstrap/bootstrap-prettify.js @@ -6,6 +6,7 @@ var service = { value: {} };  var DEPENDENCIES = {    'angular.js': 'http://code.angularjs.org/' + angular.version.full + '/angular.min.js',    'angular-resource.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-resource.min.js', +  'angular-route.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-route.min.js',    'angular-sanitize.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-sanitize.min.js',    'angular-cookies.js': 'http://code.angularjs.org/' + angular.version.full + '/angular-cookies.min.js'  }; | 
