Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a1797736
authored
Nov 30, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Modal window for expressions now closes on save
parent
c8310968
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sails/src/assets/scripts/modules/student/controllers/pictoconfig.js
sails/src/assets/scripts/modules/student/controllers/pictoconfig.js
View file @
a1797736
...
...
@@ -63,6 +63,9 @@ dashboardControllers.controller('PictoConfigCtrl', function ($scope, $modalInsta
.
success
(
function
(
data
,
status
,
headers
,
config
)
{
console
.
log
(
"Properties updated"
);
// Close the modal instance
$modalInstance
.
close
(
$scope
.
expression
);
// /////////////////////////////////////////////////////////////
// Websocket: Emit vocabulary update action
io
.
socket
.
post
(
'/stu/vocabulary'
,
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment