Skip to content

Commit f44a0eb

Browse files
hemangsksils
authored andcommitted
app.js: Add directives for 'about-us' and 'disclaimer'
1 parent 3a0aae3 commit f44a0eb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

assets/app.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,18 @@ app.directive('home', function () {
144144
controllerAs: 'qc'
145145
}
146146
})
147+
app.directive('aboutus', function () {
148+
return{
149+
restrict:'E',
150+
templateUrl: '/partials/tabs/aboutus.html'
151+
}
152+
})
153+
app.directive('disclaimer', function () {
154+
return{
155+
restrict:'E',
156+
templateUrl: '/partials/tabs/disclaimer.html'
157+
}
158+
})
147159
app.controller('Data', ['$http', function($http , $scope){
148160
self = this;
149161
}])

0 commit comments

Comments
 (0)