Skip to content

Commit

Permalink
Update create.html
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc committed Jun 3, 2014
1 parent 6d70bde commit 2e07ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/articles/public/views/create.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section data-ng-controller="ArticlesController">
<form name="aricleForm" class="form-horizontal col-md-6" role="form" data-ng-submit="articleForm.$valid && create()" novalidate>
<form name="articleForm" class="form-horizontal col-md-6" role="form" data-ng-submit="articleForm.$valid && create()" novalidate>
<div class="form-group">
<label mean-token="'create-title'" class="col-md-3 control-label">Title</label>
<div class="col-md-9">
Expand Down

0 comments on commit 2e07ef9

Please sign in to comment.