[update] Add code lines

This commit is contained in:
brunosimon
2016-08-14 15:19:52 +02:00
parent 03c0629650
commit ae6458ade1
14 changed files with 351 additions and 41 deletions
@@ -1,4 +1,9 @@
var application = angular.module( 'application', [ 'hljs' ] );
var application = angular.module(
'application',
[
'hljs'
]
);
application.constant( 'config', config );
application.config( function( hljsServiceProvider )