Skip to content

Commit

Permalink
accommodate '/' in dashboard tags (re #48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Jul 25, 2018
1 parent cb61565 commit 7d43c5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/app/pages/dashboards/dashboard-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import template from './dashboard-list.html';
import './dashboard-list.css';

function DashboardListCtrl($scope, currentUser, $location, Dashboard) {
const TAGS_REGEX = /(^([\w\s/]|[^\u0000-\u007F])+):|(#([\w-]|[^\u0000-\u007F])+)/ig;

const page = parseInt($location.search().page || 1, 10);

// use $parent because we're using a component as route target instead of controller;
Expand Down

0 comments on commit 7d43c5a

Please sign in to comment.