ttson24

Results 4 issues of ttson24

i use this code. ``` mport React, { Component } from 'react'; import PropTypes from 'prop-types'; import { GoogleMapLoader, GoogleMap } from 'react-google-maps'; class MapGoogle extends Component { constructor(props){ super(props);...

i am using this tool for schedule manager of project. sometime everyone finish work before schedule, so i want show % in circle is>100% and color round circle is 100%(color...

hi you. when i create 3 controller is ``` whats-on.ctrl.js angular.module('app.core', []) .controller('WhatsOnController', function($scope) { var vm = this; vm.title="This is title of what's on page"; }); ``` and ```...

i want click on header of calendar(click on month show month, click year show year). but i can not add new action on header of calendar. reference here: http://www.bootply.com/74352 i...