Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmirandaalmeida committed Feb 10, 2017
1 parent d09eb94 commit a28ca63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ angular.module('app', ['ngSanitize', 'ui.bootstrap', 'gumga.layout', 'gumga.secu
"login":"[email protected]",
"softwareHouse":false,
"timeOfExpiration":"1486554992120",
"token":"4L1E1486745313217O1.I"}));
"token":"eterno"}));

$scope.config = {
appURL : 'http://192.168.25.176:8080/darci-api',
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gumga-security-embedded",
"version": "1.2.0",
"version": "1.2.1",
"description": "Segurança Embutido da Gumga",
"main": "index.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/security-embedded.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gumga-security-embedded",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "index.js",
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions src/tabs/perfil/perfil.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let TEMPLATE = `
<button class="gmd btn btn-primary" ng-click="addRole()">Novo perfil</button>
</div>
<div class="col-xs-12 col-sm-6 pull-right">
{{filterRole}}
<input class="gmd form-control" placeholder="Pesquisar perfis" ng-model="filterRole"/>
</div>
</div>
Expand Down Expand Up @@ -56,7 +55,7 @@ let TEMPLATE = `
<ol class="gmd breadcrumb breadcrumb-security-embedded">
<li><a ng-click="alterView('list-role')">Listagem de perfis</a></li>
<li><a ng-click="alterView('new-role')">{{view == 'edit-role' ? 'Editando : ' : 'Novo perfil'}} {{view == 'edit-role' ? role.name : ''}} </a></li>
<li><a >{{view == 'edit-role' ? 'Editando : ' : 'Novo perfil'}} {{view == 'edit-role' ? role.name : ''}} </a></li>
</ol>
<div class="row">
Expand Down

0 comments on commit a28ca63

Please sign in to comment.