Commit b76b6db5 authored by Elias's avatar Elias

Annotations : client-side fixing menu and NgramHttpService

parent ec9c4cee
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
"angular": "~1.2.x", "angular": "~1.2.x",
"angular-loader": "~1.2.x", "angular-loader": "~1.2.x",
"angular-resource": "~1.2.x", "angular-resource": "~1.2.x",
"bootstrap": "~3.x" "bootstrap": "~3.x",
"angular-cookies": "1.2"
}, },
"resolutions": { "resolutions": {
"angular": "~1.2.x" "angular": "~1.2.x"
......
...@@ -24,6 +24,7 @@ $script([ ...@@ -24,6 +24,7 @@ $script([
//'bower_components/angular-route/angular-route.js', //'bower_components/angular-route/angular-route.js',
], function() { ], function() {
$script([ $script([
S + 'bower_components/angular-cookies/angular-cookies.min.js',
S + 'bower_components/angular-resource/angular-resource.min.js'], function() { S + 'bower_components/angular-resource/angular-resource.min.js'], function() {
$script([S + 'annotations/http.js', S + 'annotations/app.js'], function() { $script([S + 'annotations/http.js', S + 'annotations/app.js'], function() {
// when all is done, execute bootstrap angular application (replace ng-app directive) // when all is done, execute bootstrap angular application (replace ng-app directive)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment