Skip to content

Commit

Permalink
.gridStyle css added.
Browse files Browse the repository at this point in the history
  • Loading branch information
ponkore committed Jan 21, 2014
1 parent 3889fb5 commit 4e406b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/angularjs_study/views/templates/ng-sample-07.html
@@ -1,5 +1,12 @@
[% extends "angularjs_study/views/templates/ng-base.html" %]
[% block content %]
<style>
.gridStyle {
border: 1px solid rgb(212,212,212);
width: 600px;
height: 300px;
}
</style>
[% script "/js/sample-07.js" %]
<div ng-controller="GridDemoCtrl">
<div class="gridStyle" ng-grid="gridOptions"></div>
Expand Down

0 comments on commit 4e406b7

Please sign in to comment.