Skip to content

Instantly share code, notes, and snippets.

View okevese's full-sized avatar

Oke Vese okevese

  • Port Harcourt, Nigeria
View GitHub Profile
...
<div class="well" ng-style="vm.styleCalorieInput">
<span ng-style="vm.styleError">...</span>
</div>
...
(function() {
angular
.module('foodApp')
.controller('calorieCtrl', calorieCtrl);
function calorieCtrl() {
var vm = this;
vm.styleCalorieInput = {
"background-color": "#3cb9c6",